XpathResultMatchersのメソッド一覧

Pocket

■XpathResultMatchersのメソッド一覧

public ResultMatcher node(final Matcher matcher)

public ResultMatcher exists()

public ResultMatcher doesNotExist()

public ResultMatcher nodeCount(final Matcher matcher)

public ResultMatcher nodeCount(final int expectedCount)

public ResultMatcher string(final Matcher matcher)

public ResultMatcher string(final String expectedValue)

public ResultMatcher number(final Matcher matcher)

public ResultMatcher number(final Double expectedValue)

public ResultMatcher booleanValue(final Boolean value)

広告

Pocket