Class EntityOperatorTest
java.lang.Object
org.nuiton.topia.persistence.util.EntityOperatorTest
public class EntityOperatorTest
extends java.lang.Object
- Author:
- tchemit <chemit@codelutin.com>
-
Constructor Summary
Constructors Constructor Description EntityOperatorTest() -
Method Summary
Modifier and Type Method Description voidsetUp()static voidsetUpClass()voidtearDown()static voidtearDownClass()voidtestAddChild()Test of addChild method, of class EntityOperator.voidtestChildSize()Test of sizeChild method, of class EntityOperator.voidtestGet()Test of newOperator method, of class EntityOperator.voidtestGetChild()Test of getChild method, of class EntityOperator.voidtestIsChildEmpty()Test of isChildEmpty method, of class EntityOperator.voidtestRemoveChild()Test of removeChild method, of class EntityOperator.voidtestSet()Test of set method, of class EntityOperator.
-
Constructor Details
-
EntityOperatorTest
public EntityOperatorTest()
-
-
Method Details
-
setUpClass
public static void setUpClass() throws java.lang.Exception- Throws:
java.lang.Exception
-
tearDownClass
public static void tearDownClass() throws java.lang.Throwable- Throws:
java.lang.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.
-