Class AssertGetterBuilderImpl<I,​O,​T,​E extends java.lang.Exception>

    • Constructor Detail

      • AssertGetterBuilderImpl

        public AssertGetterBuilderImpl​(Get<I,​O,​E> getter)
      • AssertGetterBuilderImpl

        public AssertGetterBuilderImpl​(GetAndApply<I,​O,​T,​E> getter)
    • Method Detail

      • assertGetter

        public void assertGetter​(PropertyPath<O,​I,​E> selector)
        Description copied from interface: AssertGetterBuilder
        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.
        Specified by:
        assertGetter in interface AssertGetterBuilder<I,​O,​T>
        Parameters:
        selector - The expected property path.