Package io.github.imagineDevit.GWTUnit
Class TestCaseResult.ResultValue
java.lang.Object
io.github.imagineDevit.GWTUnit.TestCaseResult.ResultValue
- Direct Known Subclasses:
TestCaseResult.ResultValue.Err,TestCaseResult.ResultValue.Ok
- Enclosing class:
- TestCaseResult<T>
public static sealed class TestCaseResult.ResultValue
extends Object
permits TestCaseResult.ResultValue.Err<E>, TestCaseResult.ResultValue.Ok<T>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classTestCaseResult.ResultValue.Err<E extends Exception>static final class -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ResultValue
public ResultValue()
-
-
Method Details
-
ok
-
err
-
get
public <T> T get()
-