|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjunit.framework.Assert
junit.framework.TestCase
test.edu.uci.ics.jung.graph.impl.TestCopyMemoryLeaks
public class TestCopyMemoryLeaks
Nested Class Summary | |
---|---|
static class |
TestCopyMemoryLeaks.DummyClass
|
Constructor Summary | |
---|---|
TestCopyMemoryLeaks()
|
Method Summary | |
---|---|
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()
|
Methods inherited from class junit.framework.TestCase |
---|
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, toString |
Methods inherited from class junit.framework.Assert |
---|
assertEquals, 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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public TestCopyMemoryLeaks()
Method Detail |
---|
public void testMemoryCopy() throws Exception
Exception
public void testMemoryVertexUserData() throws Exception
Exception
public void testMemoryCopyWithGraphUserData() throws Exception
Exception
public void testMemoryStringLabel() throws Exception
Exception
public void testMemoryMutualReference() throws Exception
Exception
public void testMemoryGlobalStringLabel() throws Exception
Exception
public void testMemoryFiltered() throws Exception
Exception
public void testMemoryFilteredKeep() throws Exception
Exception
public void testMemoryFilteredCopy() throws Exception
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |