jasi.unittest.sim
Class TestSimValueConditionTree

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by jasi.unittest.sim.BasicTestCase
              extended by jasi.unittest.sim.TestSimValueConditionTree
All Implemented Interfaces:
junit.framework.Test

public class TestSimValueConditionTree
extends BasicTestCase

Test condition tree.


Constructor Summary
TestSimValueConditionTree()
           
 
Method Summary
protected  void setUp()
          This method executes before each test method.
 void testFind()
          Test find in condition tree.
 void testXML()
          Test XML
 
Methods inherited from class jasi.unittest.sim.BasicTestCase
writeAndReadXML, writeAndReadXML
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, 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

TestSimValueConditionTree

public TestSimValueConditionTree()
Method Detail

setUp

protected void setUp()
              throws java.lang.Exception
This method executes before each test method.

Overrides:
setUp in class junit.framework.TestCase
Throws:
java.lang.Exception
See Also:
TestCase.setUp()

testFind

public void testFind()
Test find in condition tree.


testXML

public void testXML()
Test XML