Package introspector.model
Class IntrospectorModelTest
java.lang.Object
introspector.model.IntrospectorModelTest
Tests for the IntrospectorModel class in the model package
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) static classDummy class for testing -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate int[]private IntrospectorModelprivate Nodeprivate Objectprivate IntrospectorModelprivate Node -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
array
private int[] array -
object
-
arrayModel
-
objectModel
-
arrayNode
-
objectNode
-
-
Constructor Details
-
IntrospectorModelTest
IntrospectorModelTest()
-
-
Method Details
-
createNodes
@BeforeEach void createNodes() -
getChild
@Test void getChild() -
getChildCount
@Test void getChildCount() -
getRoot
@Test void getRoot() -
isLeaf
@Test void isLeaf() -
getIndexOfChild
@Test void getIndexOfChild()
-