Package com.remondis.propertypath.impl
Class AssertGetterBuilderImpl<I,O,T,E extends java.lang.Exception>
- java.lang.Object
-
- com.remondis.propertypath.impl.AssertGetterBuilderImpl<I,O,T,E>
-
- All Implemented Interfaces:
AssertGetterAndApplyBuilder<I,O,T,E>,AssertGetterBuilder<I,O,E>
public class AssertGetterBuilderImpl<I,O,T,E extends java.lang.Exception> extends java.lang.Object implements AssertGetterBuilder<I,O,E>, AssertGetterAndApplyBuilder<I,O,T,E>
-
-
Constructor Summary
Constructors Constructor Description AssertGetterBuilderImpl(Get<I,O,E> getter)AssertGetterBuilderImpl(GetAndApply<I,O,T,E> getter)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidassertGetter(PropertyPath<O,I,E> selector)Defines the expected property path and checks that theGetunder test, evaluates the expected property path.
-
-
-
Method Detail
-
assertGetter
public void assertGetter(PropertyPath<O,I,E> selector)
Description copied from interface:AssertGetterBuilderDefines the expected property path and checks that theGetunder 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:
assertGetterin interfaceAssertGetterBuilder<I,O,T>- Parameters:
selector- The expected property path.
-
-