public class CycleDetectionTest
extends junit.framework.TestCase
| Constructor and Description |
|---|
CycleDetectionTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
testCSV()
Tests cycle detection for CSV for a cycle in the graph of types only.
|
void |
testFLR()
Tests cycle detection for FLR for a cycle in the graph of types only.
|
void |
testXMLForInstanceGraphCycle()
Tests cycle detection for XML serialization for a cycle in the graph of instances.
|
void |
testXMLForTypeGraphCycle()
Tests cycle detection for XML for a cycle in the graph of types only (no cycle in the graph of
instances).
|
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, toStringassertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame, failSame, formatpublic void testXMLForInstanceGraphCycle()
public void testXMLForTypeGraphCycle()
public void testCSV()
public void testFLR()
Copyright © 2014. All rights reserved.