org.placelab.test
Class CoordinateTests

java.lang.Object
  extended byorg.placelab.test.CoordinateTests
All Implemented Interfaces:
Testable, TestableBase

public class CoordinateTests
extends java.lang.Object
implements Testable


Constructor Summary
CoordinateTests()
           
 
Method Summary
 java.lang.String getName()
           
 void runTests(TestResult result)
           
 void testFixedTranslate(TestResult result)
           
 void testFixedWithin(TestResult result)
           
 void testFloatTranslate(TestResult result)
           
 void testFloatWithin(TestResult result)
           
 void testTranslate(TestResult result, java.lang.String coordType, Coordinate origin)
           
 void testWithin(TestResult result, java.lang.String coordType, Coordinate inside, Coordinate lowerLeft, Coordinate upperRight)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CoordinateTests

public CoordinateTests()
Method Detail

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)