Package io.github.imagineDevit.GWTUnit
Class TestCaseResult<T>
java.lang.Object
io.github.imagineDevit.GWTUnit.TestCaseResult<T>
-
Method Summary
Modifier and TypeMethodDescriptionfinal voidstatic <T> TestCaseResult<T>empty()<R> TestCaseResult<R>static <T> TestCaseResult<T>of(T value) shouldBeEqualTo(T other) <E extends Exception>
voidshouldBeException(Class<E> eClass) shouldBeNotEqualTo(T other) shouldMatch(Predicate<T> predicate) shouldNotMatch(Predicate<T> predicate) protected void
-
Method Details
-
of
-
empty
-
withError
-
map
-
shouldBeNull
-
shouldBeNotNull
-
shouldBeNotEqualTo
-
shouldBeEqualTo
-
shouldMatch
-
shouldNotMatch
-
shouldBeException
-
assertAll
-