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