Package com.remondis.propertypath.api
Interface AssertGetterBuilder<I,O,E extends java.lang.Exception>
-
- All Known Subinterfaces:
AssertGetterAndApplyBuilder<I,O,T,E>
- All Known Implementing Classes:
AssertGetterBuilderImpl
public interface AssertGetterBuilder<I,O,E extends java.lang.Exception>
-
-
Method Summary
All Methods Instance Methods Abstract 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
void assertGetter(PropertyPath<O,I,E> selector)
Defines 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.- Parameters:
selector- The expected property path.
-
-