woolpack.utils
クラス KeyIteratorMapTest

java.lang.Object
  上位を拡張 junit.framework.Assert
      上位を拡張 junit.framework.TestCase
          上位を拡張 woolpack.utils.KeyIteratorMapTest
すべての実装されたインタフェース:
junit.framework.Test

public class KeyIteratorMapTest
extends junit.framework.TestCase


コンストラクタの概要
KeyIteratorMapTest()
           
 
メソッドの概要
protected  void setUp()
           
 void testClear()
           
 void testContainsKey()
           
 void testContainsValue()
           
 void testEntrySet()
           
 void testGet()
           
 void testIsEmpty()
           
 void testKeySet()
           
 void testPut()
           
 void testPutAll()
           
 void testRemove()
           
 void testSize()
           
 void testValues()
           
 
クラス junit.framework.TestCase から継承されたメソッド
countTestCases, createResult, getName, run, run, runBare, runTest, setName, tearDown, toString
 
クラス 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
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

KeyIteratorMapTest

public KeyIteratorMapTest()
メソッドの詳細

setUp

protected void setUp()
              throws java.lang.Exception
オーバーライド:
クラス junit.framework.TestCase 内の setUp
例外:
java.lang.Exception

testClear

public void testClear()

testSize

public void testSize()

testIsEmpty

public void testIsEmpty()

testContainsKey

public void testContainsKey()

testContainsValue

public void testContainsValue()

testGet

public void testGet()

testPut

public void testPut()

testRemove

public void testRemove()

testPutAll

public void testPutAll()

testKeySet

public void testKeySet()

testValues

public void testValues()

testEntrySet

public void testEntrySet()