Package geomss.geom
Class CurveTestSuite.CCIntersectionTest
- java.lang.Object
-
- javolution.testing.TestCase
-
- geomss.geom.CurveTestSuite.CCIntersectionTest
-
- Enclosing class:
- CurveTestSuite
public static class CurveTestSuite.CCIntersectionTest extends javolution.testing.TestCase
-
-
Constructor Summary
Constructors Constructor Description CCIntersectionTest(Curve crv1, Curve crv2, SubrangePoint expInt, java.lang.String message)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute()
java.lang.CharSequence
getDescription()
void
validate()
-
-
-
Constructor Detail
-
CCIntersectionTest
public CCIntersectionTest(Curve crv1, Curve crv2, SubrangePoint expInt, java.lang.String message)
-
-
Method Detail
-
getDescription
public java.lang.CharSequence getDescription()
- Overrides:
getDescription
in classjavolution.testing.TestCase
-
execute
public void execute()
- Specified by:
execute
in classjavolution.testing.TestCase
-
validate
public void validate()
- Overrides:
validate
in classjavolution.testing.TestCase
-
-