fr.jussieu.gla.wasa.core.junit
Class ConfigurationTest

java.lang.Object
  |
  +--junit.framework.Assert
        |
        +--junit.framework.TestCase
              |
              +--fr.jussieu.gla.wasa.core.junit.ConfigurationTest
All Implemented Interfaces:
junit.framework.Test

public class ConfigurationTest
extends junit.framework.TestCase

Tests of the Configuration's behavior.

Version:
$Revision: 1.3 $ $Date: 2002/03/29 18:46:33 $
Author:
Laurent Caillette

Constructor Summary
ConfigurationTest(java.lang.String s)
           
 
Method Summary
static void main(java.lang.String[] args)
           
 void setUp()
           
static junit.framework.Test suite()
           
 void testCompare1()
          Tests comparing two Configurations holding immutable values.
 void testRestore1()
          Tests restoring one value from a Configuration.
 void testRestore2()
          Tests comparing two Configurations holding cloned values.
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, name, run, run, runBare, runTest, setName, 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

ConfigurationTest

public ConfigurationTest(java.lang.String s)
Method Detail

setUp

public void setUp()
Overrides:
setUp in class junit.framework.TestCase

testRestore1

public void testRestore1()
Tests restoring one value from a Configuration.

testCompare1

public void testCompare1()
Tests comparing two Configurations holding immutable values.

testRestore2

public void testRestore2()
Tests comparing two Configurations holding cloned values.

suite

public static junit.framework.Test suite()

main

public static void main(java.lang.String[] args)