Uses of Class
org.openbandy.test.Test

Packages that use Test
org.openbandy.example.test   
org.openbandy.ui   
 

Uses of Test in org.openbandy.example.test
 

Subclasses of Test in org.openbandy.example.test
 class BooleanPreferencesTest
          A simple test to check whether boolean values are stored correctly with the Preferences component.
 class BooleanRmsTest
          TODO describe purpose and usage

(c) Copyright Philipp Bolliger 2007, ALL RIGHTS RESERVED.
 class EventServiceTest
          A very simple test of the event router.
 class IntegerPreferenceTest
          A simple test to check whether int values are stored correctly with the Preferences component.
 class LogServiceTest
          A very simple test that just logs a message of every available log level.
 class MessageSerializationTest
          TODO describe purpose and usage

(c) Copyright Philipp Bolliger 2007, ALL RIGHTS RESERVED.
 class NotificatorTest
          A very simple test for the NotificatorService, just create an info alert and show it to the user.
 class PingPongTest
          TODO describe purpose and usage

(c) Copyright Philipp Bolliger 2007, ALL RIGHTS RESERVED.
 class RemoteStoreTest
          TODO describe purpose and usage

(c) Copyright Philipp Bolliger 2007, ALL RIGHTS RESERVED.
 class RmsSerializerTest
          TODO describe purpose and usage

(c) Copyright Philipp Bolliger 2007, ALL RIGHTS RESERVED.
 class StreamSerializerTest
          TODO describe purpose and usage

(c) Copyright Philipp Bolliger 2007, ALL RIGHTS RESERVED.
 class StringPreferenceTest
          A simple test to check whether String values are stored correctly with the Preferences component.
 

Uses of Test in org.openbandy.ui
 

Methods in org.openbandy.ui with parameters of type Test
 void Tests.addTest(Test test)
          Add a test to the screen
 void Tests.setTestFailed(Test test)
          Set the test to have failed execution, a red box image is shown.
 void Tests.setTestPassed(Test test)
          Set the test to have successfully executed, a checked box image is shown.
 void Tests.setTestReady(Test test)
          Set the test to be ready for execution, an empty checkbox image is shown.
 void Tests.setTestRunning(Test test)
          Set the test to be running, an small forward arrow image is shown.