■XpathResultMatchersのメソッド一覧
| public ResultMatcher node(final Matcher super Node> matcher) | |
|
|
|
| public ResultMatcher exists() | |
|
|
|
| public ResultMatcher doesNotExist() | |
|
|
|
| public ResultMatcher nodeCount(final Matcher |
|
|
|
|
| public ResultMatcher nodeCount(final int expectedCount) | |
|
|
|
| public ResultMatcher string(final Matcher super String> matcher) | |
|
|
|
| public ResultMatcher string(final String expectedValue) | |
|
|
|
| public ResultMatcher number(final Matcher super Double> matcher) | |
|
|
|
| public ResultMatcher number(final Double expectedValue) | |
|
|
|
| public ResultMatcher booleanValue(final Boolean value) | |
|
|
|