PSE 2000 Group 4

jobmatch.business.company.profile.tree.test
Class TestTree

jobmatch.business.company.profile.tree.test.TestTree

public class TestTree

Test the tree classes

Since:
May 14 2000
Version:
$Revision: 1.6 $

Constructor Summary
TestTree(String name)
           
 
Method Summary
protected  void setUp()
           
static jobmatch.business.company.profile.tree.test.Test suite()
           
 void testANDNode()
           
 void testBooleanNode()
           
 void testNOTNode()
           
 void testORNode()
           
 

Constructor Detail

TestTree

public TestTree(String name)
Method Detail

setUp

protected void setUp()

testBooleanNode

public void testBooleanNode()

testANDNode

public void testANDNode()

testORNode

public void testORNode()

testNOTNode

public void testNOTNode()

suite

public static jobmatch.business.company.profile.tree.test.Test suite()

PSE 2000 Group 4