org.gjt.universe.tests
Class GameOptionsTest

java.lang.Object
  |
  +--junit.framework.Assert
        |
        +--junit.framework.TestCase
              |
              +--org.gjt.universe.tests.GameOptionsTest
All Implemented Interfaces:
junit.framework.Test

public class GameOptionsTest
extends junit.framework.TestCase


Field Summary
 
Fields inherited from class junit.framework.TestCase
 
Constructor Summary
GameOptionsTest(java.lang.String name)
           
 
Method Summary
 void testGameScales()
          This method performs a test of setting the game scale object and ensuring that it is adopted both in the current instance of the game options and, after saving to the configuration file, any future instances.
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, name, run, run, runBare, runTest, setName, setUp, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assert, assert, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertNotNull, assertNotNull, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GameOptionsTest

public GameOptionsTest(java.lang.String name)
Method Detail

testGameScales

public void testGameScales()
This method performs a test of setting the game scale object and ensuring that it is adopted both in the current instance of the game options and, after saving to the configuration file, any future instances.



Copyright © 2001 Universe Dev Team All Rights Reserved.