Package io.github.imagineDevit.GWTUnit
Class TestCaseState<T>
java.lang.Object
io.github.imagineDevit.GWTUnit.TestCaseState<T>
-
Method Summary
Modifier and TypeMethodDescriptionconsumeValue(Consumer<T> consumer) static <T> TestCaseState<T>empty()map(UnaryOperator<T> mapper) <R> TestCaseResult<R>mapToResult(Function<T, R> mapper) static <T> TestCaseState<T>of(T value)
-
Method Details
-
of
-
empty
-
map
-
mapToResult
-
consumeValue
-