Package introspector.model.traverse
Class TreeComparatorTest
java.lang.Object
introspector.model.traverse.TreeComparatorTest
Tests for the TreeComparator class in the model.traverse package
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) static enum(package private) class -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate voidassertEmpty(Set<?> list) private voidassertLength(Set<?> list, int length) private TreePathcreateNode(String name, Object value) (package private) void(package private) void(package private) void(package private) void(package private) void(package private) void(package private) void(package private) void(package private) void(package private) void(package private) void(package private) void
-
Field Details
-
treeComparator
-
-
Constructor Details
-
TreeComparatorTest
TreeComparatorTest()
-
-
Method Details
-
testBuiltinTypesEqual
@Test void testBuiltinTypesEqual() -
testBuiltinTypesDistinct
@Test void testBuiltinTypesDistinct() -
testCompareArrays
@Test void testCompareArrays() -
testCompareEnum
@Test void testCompareEnum() -
testCompareOptional
@Test void testCompareOptional() -
testCompareCollectionRight
@Test void testCompareCollectionRight() -
testCompareCollectionWrong
@Test void testCompareCollectionWrong() -
testCompareMapRight
@Test void testCompareMapRight() -
testCompareMapWrong
@Test void testCompareMapWrong() -
testCompareObjectRight
@Test void testCompareObjectRight() -
testCompareObjectWrong
@Test void testCompareObjectWrong() -
testCycles
@Test void testCycles() -
createNode
-
assertEmpty
-
assertLength
-