U
- the data type of the test case.public static class TestCaseProblem.TestCase<U>
extends java.lang.Object
Constructor and Description |
---|
TestCase(U[] inputs,
U[] outputs)
Creates a new test case, inputs and outputs
must be specified upon instantiation.
|
Modifier and Type | Method and Description |
---|---|
U[] |
getInputs() |
U[] |
getOutputs() |