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