Class AssertFactoryProvider.NodeAssertFactoryDelegate

  • Enclosing class:
    AssertFactoryProvider

    static class AssertFactoryProvider.NodeAssertFactoryDelegate
    extends java.lang.Object
    This class should has delegate method with signature matching to type erasure AssertFactory class from AssertJ 3.13.0 or higher which is `Assert createAssert(Object var1)`
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) org.assertj.core.api.Assert delegate​(java.lang.Object obj)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NodeAssertFactoryDelegate

        private NodeAssertFactoryDelegate​(NodeAssertFactory delegate)
    • Method Detail

      • delegate

        org.assertj.core.api.Assert delegate​(java.lang.Object obj)