public class ExpectationReader extends HeaderReader<Expectation>
| Constructor and Description |
|---|
ExpectationReader(String header)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
addValues(String header,
ClientInfo clientInfo)
Adds values to the given collection.
|
Expectation |
readValue()
Read the next value.
|
addValues, canAdd, createParameter, createParameter, mark, peek, read, readActualNamedValue, readComment, readDate, readDigits, readHeader, readHeader, readNamedValue, readParameter, readQuotedString, readRawText, readRawValue, readToken, readValues, reset, skipParameterSeparator, skipSpaces, skipValueSeparator, unreadpublic ExpectationReader(String header)
header - The header to read.public static void addValues(String header, ClientInfo clientInfo)
header - The header to read.clientInfo - The client info to update.public Expectation readValue() throws IOException
HeaderReaderreadValue in class HeaderReader<Expectation>IOExceptionCopyright © 2005–2025. All rights reserved.