Class NodeAssertFactory

  • All Implemented Interfaces:
    org.assertj.core.api.AssertFactory<org.w3c.dom.Node,​SingleNodeAssert>

    class NodeAssertFactory
    extends java.lang.Object
    implements org.assertj.core.api.AssertFactory<org.w3c.dom.Node,​SingleNodeAssert>
    Since:
    XMLUnit 2.8.1
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface org.assertj.core.api.AssertFactory

        org.assertj.core.api.AssertFactory.ValueProvider<T extends java.lang.Object>
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private XPathEngine engine  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      SingleNodeAssert createAssert​(org.w3c.dom.Node node)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.assertj.core.api.AssertFactory

        createAssert
    • Constructor Detail

      • NodeAssertFactory

        public NodeAssertFactory​(XPathEngine engine)
    • Method Detail

      • createAssert

        public SingleNodeAssert createAssert​(org.w3c.dom.Node node)
        Specified by:
        createAssert in interface org.assertj.core.api.AssertFactory<org.w3c.dom.Node,​SingleNodeAssert>