Changed Methods |
void assertBoolean(byte[], String, boolean)
|
Change in signature from (String, boolean ) to (byte[], String, boolean ).
|
Apply the XPath expression and assert the resulting content as a Boolean. |
void assertNode(byte[], String, <any>)
|
Change in signature from (String, <any> ) to (byte[], String, <any> ).
|
Parse the content, evaluate the XPath expression as a Node, and
assert it with the given {@code Matcher}. |
void assertNodeCount(byte[], String, <any>)
|
Change in signature from (String, <any> ) to (byte[], String, <any> ).
|
Apply the XPath expression and assert the resulting content with the
given Hamcrest matcher. |
void assertNumber(byte[], String, <any>)
|
Change in signature from (String, <any> ) to (byte[], String, <any> ).
|
Apply the XPath expression and assert the resulting content with the
given Hamcrest matcher. |
void assertString(byte[], String, <any>)
|
Change in signature from (String, <any> ) to (byte[], String, <any> ).
|
Apply the XPath expression and assert the resulting content with the
given Hamcrest matcher. |
void doesNotExist(byte[], String)
|
Change in signature from String to (byte[], String ).
|
Apply the XPath expression and assert the resulting content does not exist. |
void exists(byte[], String)
|
Change in signature from String to (byte[], String ).
|
Apply the XPath expression and assert the resulting content exists. |