woolpack.utils
クラス UtilsTest

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

public class UtilsTest
extends junit.framework.TestCase


コンストラクタの概要
UtilsTest()
           
 
メソッドの概要
 void testBuildableArrayList()
           
 void testBuildableHashMap()
           
 void testBuildableLinkedHashMap()
           
 void testInjectiveMap()
           
 void testInverseMap()
           
 void testKeyNotEmptyMap()
           
 void testNotNullMap()
           
 void testSimilarKeyMap()
           
 void testToCollectionFromCollection()
           
 void testToIterableFromIterable()
           
 void testToListFromList()
           
 void testToListFromNull()
           
 void testToListFromObject()
           
 void testToListFromObjectArray()
           
 void testToListFromPrimitiveArray()
           
 void testToMessageList()
           
 void testUnmodifiableIterable()
           
 void testUnoverwritableMap()
           
 
クラス 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
 

コンストラクタの詳細

UtilsTest

public UtilsTest()
メソッドの詳細

testBuildableArrayList

public void testBuildableArrayList()

testBuildableHashMap

public void testBuildableHashMap()

testBuildableLinkedHashMap

public void testBuildableLinkedHashMap()

testInverseMap

public void testInverseMap()

testInjectiveMap

public void testInjectiveMap()

testUnoverwritableMap

public void testUnoverwritableMap()

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()

testToMessageList

public void testToMessageList()


Copyright (C) 2006-2007 Takahiro Nakamura. All rights reserved.