Package | Description |
---|---|
org.xmlunit.assertj |
AssertJ assertions on top of XMLUnit's core.
|
Modifier and Type | Method and Description |
---|---|
SingleNodeAssert |
NodeAssertFactory.createAssert(org.w3c.dom.Node node) |
SingleNodeAssert |
SingleNodeAssert.doesNotHaveAttribute(java.lang.String attributeName)
Verifies that node has not attribute with given name.
|
SingleNodeAssert |
SingleNodeAssert.doesNotHaveAttribute(java.lang.String attributeName,
java.lang.String attributeValue)
Verifies that node has not attribute with given name and value.
|
SingleNodeAssert |
SingleNodeAssert.hasAttribute(java.lang.String attributeName)
Verifies that node has attribute with given name.
|
SingleNodeAssert |
SingleNodeAssert.hasAttribute(java.lang.String attributeName,
java.lang.String attributeValue)
Verifies that node has attribute with given name and value.
|
Modifier and Type | Method and Description |
---|---|
void |
MultipleNodeAssert.SingleNodeAssertConsumer.accept(SingleNodeAssert t) |