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
    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 Details

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