public static class CurveTestSuite.CCIntersectionTest extends javolution.testing.TestCase
Constructor and Description |
---|
CCIntersectionTest(Curve crv1,
Curve crv2,
SubrangePoint expInt,
java.lang.String message) |
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 |
validate()
Validates the test results (the default implementation does
nothing).
|
public CCIntersectionTest(Curve crv1, Curve crv2, SubrangePoint expInt, java.lang.String message)
public java.lang.CharSequence getDescription()
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