org.openbandy.example.test
Class IntegerPreferenceTest

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

public class IntegerPreferenceTest
extends Test

A simple test to check whether int values are stored correctly with the Preferences component. The preference will be delete after the test.

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

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

Constructor Summary
IntegerPreferenceTest()
          Create a new IntegerPreferenceTest
 
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

IntegerPreferenceTest

public IntegerPreferenceTest()
Create a new IntegerPreferenceTest

Method Detail

run

public void run()