T - public interface TestResult<T>
| Modifier and Type | Method and Description |
|---|---|
static <T> TestResult<T> |
create(com.github.dakusui.jcunit.core.tuples.Tuple testCase,
T output) |
T |
getOutput()
Returns output from SUT as an object of
T. |
com.github.dakusui.jcunit.core.tuples.Tuple |
getTestCase()
Returns a test case object.
|
com.github.dakusui.jcunit.core.tuples.Tuple getTestCase()
T getOutput()
T.static <T> TestResult<T> create(com.github.dakusui.jcunit.core.tuples.Tuple testCase, T output)
Copyright © 2017. All rights reserved.