Package | Description |
---|---|
com.meterware.httpunit |
Classes for testing http server systems.
|
Modifier and Type | Method and Description |
---|---|
WebTable |
WebResponse.getFirstMatchingTable(HTMLElementPredicate predicate,
Object criteria)
Returns the first table in the response which matches the specified predicate and value.
|
WebTable |
HTMLSegment.getFirstMatchingTable(HTMLElementPredicate predicate,
Object criteria)
Returns the first table in the response which matches the specified predicate and value.
|
WebTable |
ParsedHTML.getFirstMatchingTable(HTMLElementPredicate predicate,
Object criteria)
Returns the first table in the response which matches the specified predicate and value.
|
WebTable[] |
WebResponse.getMatchingTables(HTMLElementPredicate predicate,
Object criteria)
Returns all tables found in the page matching the specified criteria.
|
WebTable[] |
HTMLSegment.getMatchingTables(HTMLElementPredicate predicate,
Object criteria)
Returns all tables found in the page matching the specified criteria.
|
WebTable[] |
ParsedHTML.getMatchingTables(HTMLElementPredicate predicate,
Object criteria)
Returns the tables in the response which match the specified predicate and value.
|
WebTable[] |
WebResponse.getTables()
Returns the top-level tables found in this page in the order in which
they appear.
|
WebTable[] |
HTMLSegment.getTables()
Returns the top-level tables found in this HTML segment in the order in which
they appear.
|
WebTable[] |
ParsedHTML.getTables()
Returns the top-level tables found in the page in the order in which they appear.
|
WebTable |
WebResponse.getTableStartingWith(String text)
Returns the first table in the response which has the specified text as the full text of
its first non-blank row and non-blank column.
|
WebTable |
HTMLSegment.getTableStartingWith(String text)
Returns the first table in this HTML segment which has the specified text as the full text of
its first non-blank row and non-blank column.
|
WebTable |
ParsedHTML.getTableStartingWith(String text)
Returns the first table in the response which has the specified text as the full text of
its first non-blank row and non-blank column.
|
WebTable |
WebResponse.getTableStartingWithPrefix(String text)
Returns the first table in the response which has the specified text as a prefix of the text of
its first non-blank row and non-blank column.
|
WebTable |
HTMLSegment.getTableStartingWithPrefix(String text)
Returns the first table in this HTML segment which has the specified text as a prefix of the text
in its first non-blank row and non-blank column.
|
WebTable |
ParsedHTML.getTableStartingWithPrefix(String text)
Returns the first table in the response which has the specified text as a prefix of the text
in its first non-blank row and non-blank column.
|
WebTable |
WebResponse.getTableWithID(String text)
Returns the first table in the response which has the specified text as its ID attribute.
|
WebTable |
HTMLSegment.getTableWithID(String ID)
Returns the first table in this HTML segment which has the specified text as its ID attribute.
|
WebTable |
ParsedHTML.getTableWithID(String ID)
Returns the first table in the response which has the specified text as its ID attribute.
|
WebTable |
WebResponse.getTableWithSummary(String text)
Returns the first table in the response which has the specified text as its summary attribute.
|
WebTable |
HTMLSegment.getTableWithSummary(String summary)
Returns the first table in this HTML segment which has the specified text as its summary attribute.
|
WebTable |
ParsedHTML.getTableWithSummary(String summary)
Returns the first table in the response which has the specified text as its summary attribute.
|
Copyright © 2012. All Rights Reserved.