test.edu.uci.ics.jung.utils
Class UserDataTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by test.edu.uci.ics.jung.utils.UserDataTest
All Implemented Interfaces:
junit.framework.Test

public class UserDataTest
extends junit.framework.TestCase

Author:
danyelf

Nested Class Summary
static class UserDataTest.TestDataHolder
           
 
Constructor Summary
UserDataTest()
           
 
Method Summary
protected  void setUp()
           
protected  void tearDown()
           
 void testAddFail()
           
 void testCloneStandard()
           
 void testContainsKey()
           
 void testImportClone()
           
 void testImportFail()
           
 void testImportNonClone()
           
 void testPutSomethingIn()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, 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

UserDataTest

public UserDataTest()
Method Detail

setUp

protected void setUp()
              throws Exception
Overrides:
setUp in class junit.framework.TestCase
Throws:
Exception

tearDown

protected void tearDown()
                 throws Exception
Overrides:
tearDown in class junit.framework.TestCase
Throws:
Exception

testPutSomethingIn

public void testPutSomethingIn()

testAddFail

public void testAddFail()

testImportFail

public void testImportFail()

testContainsKey

public void testContainsKey()

testImportNonClone

public void testImportNonClone()

testCloneStandard

public void testCloneStandard()
                       throws CloneNotSupportedException
Throws:
CloneNotSupportedException

testImportClone

public void testImportClone()