Uses of Interface
org.qaddict.expectation.FluentTransformation
Packages that use FluentTransformation
-
Uses of FluentTransformation in org.qaddict
Methods in org.qaddict that return FluentTransformationModifier and TypeMethodDescriptionstatic <D,V> FluentTransformation <V, ExpectationBuilder<D>> Expectations.has(String name, Transformation<D, V> transformation) static <D,V> FluentTransformation <V, ExpectationBuilder<D>> Expectations.has(Transformation<D, V> transformation) -
Uses of FluentTransformation in org.qaddict.expectation
Methods in org.qaddict.expectation that return FluentTransformationModifier and TypeMethodDescription<V> FluentTransformation<V, T> AbstractExpectationBuilder.and(String name, Transformation<? super D, V> transformation) <V> FluentTransformation<V, T> AbstractExpectationBuilder.and(Transformation<? super D, V> transformation) <E extends D,V>
FluentTransformation<V, ExpectationBuilder<E>> ExpectationBuilder.and(String name, Transformation<? super E, V> transformation) <E extends D,V>
FluentTransformation<V, ExpectationBuilder<E>> ExpectationBuilder.and(Transformation<? super E, V> transformation)