woolpack.utils
クラス MapConstantsTest

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

public class MapConstantsTest
extends junit.framework.TestCase


コンストラクタの概要
MapConstantsTest()
           
 
メソッドの概要
 void testKeyNotEmptyMap()
           
 void testNotNullMap()
           
 void testSimilarKeyMap()
           
 void testToCollectionFromCollection()
           
 void testToIterableFromIterable()
           
 void testToListFromList()
           
 void testToListFromNull()
           
 void testToListFromObject()
           
 void testToListFromObjectArray()
           
 void testToListFromPrimitiveArray()
           
 void testUnmodifiableIterable()
           
 void testUnupdatableMap()
           
 
クラス junit.framework.TestCase から継承されたメソッド
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, 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
 

コンストラクタの詳細

MapConstantsTest

public MapConstantsTest()
メソッドの詳細

testUnupdatableMap

public void testUnupdatableMap()

testNotNullMap

public void testNotNullMap()

testKeyNotEmptyMap

public void testKeyNotEmptyMap()

testUnmodifiableIterable

public void testUnmodifiableIterable()

testToListFromNull

public void testToListFromNull()

testToListFromPrimitiveArray

public void testToListFromPrimitiveArray()

testToListFromObjectArray

public void testToListFromObjectArray()

testToListFromList

public void testToListFromList()

testToListFromObject

public void testToListFromObject()

testToCollectionFromCollection

public void testToCollectionFromCollection()

testToIterableFromIterable

public void testToIterableFromIterable()

testSimilarKeyMap

public void testSimilarKeyMap()