public class ParametersFromProperties extends Object implements HTTPRecordingParameters
| Constructor and Description |
|---|
ParametersFromProperties()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getTestNumberOffset()
Offset the test numbers.
|
boolean |
isCommonHeader(String headerName)
Return whether a header is likely to have common values, so is a candidate
for extraction to commonly used sets.
|
boolean |
isMirroredHeader(String headerName)
Return whether a header should be copied from the HTTP stream to the
recording.
|
public int getTestNumberOffset()
getTestNumberOffset in interface HTTPRecordingParameterspublic boolean isCommonHeader(String headerName)
isCommonHeader in interface HTTPRecordingParametersheaderName - The header name.true if the header is common.public boolean isMirroredHeader(String headerName)
isMirroredHeader in interface HTTPRecordingParametersheaderName - The header name.true if the header should be copied.Copyright © 2000-2014. All Rights Reserved.