org.placelab.test
Class CoordinateTests
java.lang.Object
org.placelab.test.CoordinateTests
- All Implemented Interfaces:
- Testable, TestableBase
- public class CoordinateTests
- extends java.lang.Object
- implements Testable
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CoordinateTests
public CoordinateTests()
getName
public java.lang.String getName()
- Specified by:
getName in interface TestableBase
runTests
public void runTests(TestResult result)
throws java.lang.Throwable
- Specified by:
runTests in interface Testable
- Throws:
java.lang.Throwable
testFloatWithin
public void testFloatWithin(TestResult result)
testFixedWithin
public void testFixedWithin(TestResult result)
testWithin
public void testWithin(TestResult result,
java.lang.String coordType,
Coordinate inside,
Coordinate lowerLeft,
Coordinate upperRight)
testFixedTranslate
public void testFixedTranslate(TestResult result)
testFloatTranslate
public void testFloatTranslate(TestResult result)
testTranslate
public void testTranslate(TestResult result,
java.lang.String coordType,
Coordinate origin)