Class EntityOperatorTest

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

public class EntityOperatorTest extends Object
Author:
tchemit <chemit@codelutin.com>
  • Constructor Details

    • EntityOperatorTest

      public EntityOperatorTest()
  • Method Details

    • 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.