test.calculation
Class TreeNodeTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by test.calculation.TreeNodeTest
All Implemented Interfaces:
junit.framework.Test

public class TreeNodeTest
extends junit.framework.TestCase

Tests class calculation.TreeNode.

Version:
1
Author:
Potkuri-group

Field Summary
private  calculation.TreeNode treeNode
          Treenode.
 
Constructor Summary
TreeNodeTest()
           
 
Method Summary
 void doAfter()
          This method is run after tests.
 void doBefore()
          This method is run before tests.
 void testSetChild()
          Tests method setChild.
 void testSetParent()
          Tests method setParent.
 void testTreeNode()
          Tests constructor.
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, 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, failNotEquals, failNotSame, failSame, format
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

treeNode

private calculation.TreeNode treeNode
Treenode.

Constructor Detail

TreeNodeTest

public TreeNodeTest()
Method Detail

doAfter

public void doAfter()
             throws java.lang.Exception
This method is run after tests.

Throws:
java.lang.Exception - Exception.

doBefore

public void doBefore()
              throws java.lang.Exception
This method is run before tests.

Throws:
java.lang.Exception - Exception.

testSetChild

public void testSetChild()
Tests method setChild.


testSetParent

public void testSetParent()
Tests method setParent.


testTreeNode

public void testTreeNode()
Tests constructor.