org.nuiton.topia.persistence.util
Class EntityOperatorTest

java.lang.Object
  extended by org.nuiton.topia.persistence.util.EntityOperatorTest

public class EntityOperatorTest
extends Object

Author:
chemit

Constructor Summary
EntityOperatorTest()
           
 
Method Summary
 void setUp()
           
static void setUpClass()
           
 void tearDown()
           
static void tearDownClass()
           
 void testAddChild()
          Test of addChild method, of class EntityOperator.
 void testChildSize()
          Test of sizeChild method, of class EntityOperator.
 void testGet()
          Test of newOperator method, of class EntityOperator.
 void testGetChild()
          Test of getChild method, of class EntityOperator.
 void testIsChildEmpty()
          Test of isChildEmpty method, of class EntityOperator.
 void testRemoveChild()
          Test of removeChild method, of class EntityOperator.
 void testSet()
          Test of set method, of class EntityOperator.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EntityOperatorTest

public EntityOperatorTest()
Method Detail

setUpClass

public static void setUpClass()
                       throws Exception
Throws:
Exception

tearDownClass

public static void tearDownClass()
                          throws Throwable
Throws:
Throwable

setUp

public void setUp()

tearDown

public void tearDown()

testGet

public void testGet()
Test of newOperator method, of class EntityOperator.


testSet

public void testSet()
Test of set method, of class EntityOperator.


testGetChild

public void testGetChild()
Test of getChild method, of class EntityOperator.


testAddChild

public void testAddChild()
Test of addChild method, of class EntityOperator.


testIsChildEmpty

public void testIsChildEmpty()
Test of isChildEmpty method, of class EntityOperator.


testChildSize

public void testChildSize()
Test of sizeChild method, of class EntityOperator.


testRemoveChild

public void testRemoveChild()
Test of removeChild method, of class EntityOperator.



Copyright © 2004-2010 CodeLutin. All Rights Reserved.