Class StructureTest

    • Constructor Detail

      • StructureTest

        public StructureTest()
        Parameters:
        arg0 -
    • Method Detail

      • setUp

        public void setUp()
                   throws java.lang.Exception
        Throws:
        java.lang.Exception
      • testAdd

        public void testAdd()
                     throws java.lang.Exception
        Throws:
        java.lang.Exception
      • testAdd2

        public void testAdd2()
                      throws java.lang.Exception
        Throws:
        java.lang.Exception
      • testInsert_beginning

        public void testInsert_beginning()
      • testInsert_end

        public void testInsert_end()
      • testInsert_middle

        public void testInsert_middle()
      • testInsertWithEmptySpace

        public void testInsertWithEmptySpace()
      • testInsertAtOffset

        public void testInsertAtOffset()
      • testInsertAtOffset1

        public void testInsertAtOffset1()
      • testInsertAtOffset2

        public void testInsertAtOffset2()
      • testInsertAtOffsetPastEnd

        public void testInsertAtOffsetPastEnd()
      • testClearComponent

        public void testClearComponent()
      • testClearComponent1

        public void testClearComponent1()
      • testReplace

        public void testReplace()
      • testReplace1

        public void testReplace1()
      • testReplace2

        public void testReplace2()
      • testReplace3

        public void testReplace3()
      • testDelete

        public void testDelete()
      • testDeleteAtOffset

        public void testDeleteAtOffset()
      • testDeleteAll

        public void testDeleteAll()
      • testGetComponents

        public void testGetComponents()
      • testGetDefinedComponents

        public void testGetDefinedComponents()
      • testGetComponentAt

        public void testGetComponentAt()
      • testGetDataTypeAt

        public void testGetDataTypeAt()
      • testReplaceWith

        public void testReplaceWith()
      • testCyclingProblem

        public void testCyclingProblem()
        Test that a structure can't ... ???
      • testCyclicDependencyProblem1

        public void testCyclicDependencyProblem1()
        Test that a structure can't be added to itself.
      • testCyclicDependencyProblem2

        public void testCyclicDependencyProblem2()
        Test that a structure array can't be added to the same structure.
      • testCyclicDependencyProblem3

        public void testCyclicDependencyProblem3()
        Test that a typedef of a structure can't be added to the structure.
      • testCyclicDependencyProblem4

        public void testCyclicDependencyProblem4()
        Test that a structure can't contain another structure that contains it.
      • testCyclicDependencyProblem5

        public void testCyclicDependencyProblem5()
        Test that a structure can't contain another structure that contains a typedef to it.
      • testCyclicDependencyProblem6

        public void testCyclicDependencyProblem6()
        Test that a structure can't contain a union that contains that structure.
      • testCyclicDependencyProblem7

        public void testCyclicDependencyProblem7()
        Test that a structure can't contain a typedef of a union that contains that structure.
      • testNoCyclicDependencyProblemForStructurePointer

        public void testNoCyclicDependencyProblemForStructurePointer()
        Test that a structure can contain a pointer in it to the same structure.
      • testNoCyclicDependencyProblemForTypedefPointer

        public void testNoCyclicDependencyProblemForTypedefPointer()
        Test that a structure can contain a pointer in it to a typedef of the same structure.
      • testNoCyclicDependencyProblemForArrayPointer

        public void testNoCyclicDependencyProblemForArrayPointer()
        Test that a structure can contain a pointer in it to a typedef of the same structure.