org.placelab.test
Interface Testable

All Superinterfaces:
TestableBase
All Known Implementing Classes:
AffineTransformTest, BeaconTest, CoordinateTests, ExampleTest, FixedPointLongTest, FSLandmarkStoreTest, JDBMMapLoaderTest, JDBMMapperTest, MapDemoTest, MapperTest, MapViewTests, NMEAGPSSpotterTests, NMEASentenceTests, NoXTest, PlacelabStumblerLogSpotterTests, RadianConversionTests, SectionedFileParserTests, ServletServerTest, SimpleEventSystemTest, StringUtilTests, StumblerFunnelTests, SWTEventSystemTest, TrackerTests, WadDataTests, ZipUtilTests

public interface Testable
extends TestableBase

All tests implement this interface


Method Summary
 void runTests(TestResult result)
           
 
Methods inherited from interface org.placelab.test.TestableBase
getName
 

Method Detail

runTests

public void runTests(TestResult result)
              throws java.lang.Throwable
Throws:
java.lang.Throwable