public static class CurveTestSuite.CPlaneIntersectionTest extends javolution.testing.TestCase
Constructor and Description |
---|
CPlaneIntersectionTest(Curve crv,
GeomPlane pln,
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 CPlaneIntersectionTest(Curve crv, GeomPlane pln, 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