Package introspector
Class CycleTest
java.lang.Object
introspector.CycleTest
This class tests the IntrospectorModel when there are cycles in the model, so it is no longer a tree but a graph.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) static classDummy classes for testing purposes.(package private) static class(package private) static class(package private) static class(package private) static class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) void(package private) void
-
Constructor Details
-
CycleTest
CycleTest()
-
-
Method Details
-
directCycle
@Test void directCycle() -
testIndirectCycle
@Test void testIndirectCycle()
-