public static class ParamTestSuite.ParameterToUnit extends javolution.testing.TestCase
Constructor and Description |
---|
ParameterToUnit(Unit fromUnit,
Unit toUnit) |
Modifier and Type | Method and Description |
---|---|
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 ParameterToUnit(Unit fromUnit, Unit toUnit)
public java.lang.CharSequence getDescription()
public void prepare()
javolution.testing.TestCase
prepare
in class javolution.testing.TestCase
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