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

java.lang.Object
  extended by TestCase
      extended by test.edu.uci.ics.jung.utils.UserDataTest

public class UserDataTest
extends 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 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserDataTest

public UserDataTest()
Method Detail

setUp

protected void setUp()
              throws Exception
Throws:
Exception

tearDown

protected void tearDown()
                 throws Exception
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()