public class TestCopyMemoryLeaks
extends junit.framework.TestCase
| Modifier and Type | Class and Description |
|---|---|
static class |
TestCopyMemoryLeaks.DummyClass |
| Constructor and Description |
|---|
TestCopyMemoryLeaks() |
| Modifier and Type | Method and Description |
|---|---|
void |
testMemoryCopy() |
void |
testMemoryCopyWithGraphUserData() |
void |
testMemoryFiltered()
Confirms that a filtered graph doesn't have a ref to the original ...
|
void |
testMemoryFilteredCopy() |
void |
testMemoryFilteredKeep() |
void |
testMemoryGlobalStringLabel()
Confirms that a stringlabeller is removed from the graph, so that it
doesn't hold a hook.
|
void |
testMemoryMutualReference() |
void |
testMemoryStringLabel()
Confirms that a stringlabeller is removed from the graph, so that it
doesn't hold a hook.
|
void |
testMemoryVertexUserData() |
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, failSamepublic void testMemoryCopy()
throws java.lang.Exception
java.lang.Exceptionpublic void testMemoryVertexUserData()
throws java.lang.Exception
java.lang.Exceptionpublic void testMemoryCopyWithGraphUserData()
throws java.lang.Exception
java.lang.Exceptionpublic void testMemoryStringLabel()
throws java.lang.Exception
java.lang.Exceptionpublic void testMemoryMutualReference()
throws java.lang.Exception
java.lang.Exceptionpublic void testMemoryGlobalStringLabel()
throws java.lang.Exception
java.lang.Exceptionpublic void testMemoryFiltered()
throws java.lang.Exception
java.lang.Exceptionpublic void testMemoryFilteredKeep()
throws java.lang.Exception
java.lang.Exceptionpublic void testMemoryFilteredCopy()
throws java.lang.Exception
java.lang.Exception