org.openbandy.example.test
Class NotificatorTest

java.lang.Object
  extended by org.openbandy.test.Test
      extended by org.openbandy.example.test.NotificatorTest
All Implemented Interfaces:
java.lang.Runnable

public class NotificatorTest
extends Test

A very simple test for the NotificatorService, just create an info alert and show it to the user. The test will pass if the alert could be shown.

(c) Copyright Philipp Bolliger 2007, ALL RIGHTS RESERVED.

Version:
0.1
Author:
Philipp Bolliger (philipp@bolliger.name)

Constructor Summary
NotificatorTest()
          Create a new NotificatorTest
 
Method Summary
 void run()
           
 
Methods inherited from class org.openbandy.test.Test
getName, setTestsScreen, start
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NotificatorTest

public NotificatorTest()
Create a new NotificatorTest

Method Detail

run

public void run()