JsonPathResultMatchersのメソッド一覧

Pocket

■JsonPathResultMatchersのメソッド一覧

public JsonPathResultMatchers prefix(String prefix)

public ResultMatcher value(final Matcher matcher)

public ResultMatcher value(final Object expectedValue)

public ResultMatcher exists()

public ResultMatcher doesNotExist()

public ResultMatcher isEmpty()

public ResultMatcher isNotEmpty()

public ResultMatcher hasJsonPath()

public ResultMatcher doesNotHaveJsonPath()

public ResultMatcher isString()

public ResultMatcher isBoolean()

public ResultMatcher isNumber()

public ResultMatcher isArray()

public ResultMatcher isMap()

広告

Pocket