XpathResultMatchersDsl

class XpathResultMatchersDsl

Provide a XpathResultMatchers Kotlin DSL in order to be able to write idiomatic Kotlin code.

Author

Sebastien Deleuze

Since

5.3

Functions

Link copied to clipboard
fun booleanValue(value: Boolean)
Link copied to clipboard
fun doesNotExist()
Link copied to clipboard
fun exists()
Link copied to clipboard
fun node(matcher: Matcher<Node>)
Link copied to clipboard
fun nodeCount(expectedCount: Int)
fun nodeCount(matcher: Matcher<Int>)
Link copied to clipboard
fun nodeList(matcher: Matcher<NodeList>)
Link copied to clipboard
fun number(expectedValue: Double)
fun number(matcher: Matcher<Double>)
Link copied to clipboard
fun string(expectedValue: String)
fun string(matcher: Matcher<String>)