public abstract class TestCaseParser
extends java.lang.Object
Constructor and Description |
---|
TestCaseParser() |
Modifier and Type | Method and Description |
---|---|
static void |
parse(java.io.File file,
TestCaseProblem<?> problem,
ModifiableResources resources)
Sets the number of inputs and outputs in the resources
to match the given file, and parses each test case
from the file into the specified problem.
|
public static void parse(java.io.File file, TestCaseProblem<?> problem, ModifiableResources resources)
file
- the problem file to parse.problem
- the problem into which to parse the problem data.resources
- a modifiable reference to the experiment's resources