public static class ParamTestSuite.ParameterGetValue extends javolution.testing.TestCase
Constructor and Description |
---|
ParameterGetValue(int numValues,
Unit fromUnit,
Unit toUnit) |
Modifier and Type | Method and Description |
---|---|
int |
count()
The number of times the test case is exercised (default
1 ). |
void |
execute()
Executes this test case (possibly multiple times in which case
the
TestCase.count() method should be overriden). |
java.lang.CharSequence |
getDescription() |
void |
prepare()
Prepares the test case execution (the default implementation does
nothing).
|
void |
validate()
Validates the test results (the default implementation does
nothing).
|
public ParameterGetValue(int numValues, Unit fromUnit, Unit toUnit)
public java.lang.CharSequence getDescription()
public void prepare()
javolution.testing.TestCase
prepare
in class javolution.testing.TestCase
public int count()
javolution.testing.TestCase
1
).count
in class javolution.testing.TestCase
TestCase.execute()
.public void execute()
javolution.testing.TestCase
TestCase.count()
method should be overriden).execute
in class javolution.testing.TestCase
public void validate()
javolution.testing.TestCase
validate
in class javolution.testing.TestCase