Interface AssertGetterBuilder<I,​O,​E extends java.lang.Exception>

    • Method Detail

      • assertGetter

        void assertGetter​(PropertyPath<O,​I,​E> selector)
        Defines the expected property path and checks that the Get under test, evaluates the expected property path. The expected property path and the actual property path match, if the invoked get-methods and their arguments equal.
        Parameters:
        selector - The expected property path.