woolpack.typeconvert
クラス TypeConvertUtilsTest

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

public class TypeConvertUtilsTest
extends junit.framework.TestCase


コンストラクタの概要
TypeConvertUtilsTest()
           
 
メソッドの概要
protected  void setUp()
           
 void testBeanToMap()
           
 void testBoolean()
           
 void testDate()
           
 void testDateFormat()
           
 void testDateTrys()
           
 void testDecomposite()
           
 void testException()
           
 void testGetPropertyName()
           
 void testMapToBean()
           
 void testMapToMap()
           
 void testNormal()
           
 void testNullPrimitive()
           
 void testNullWrapper()
           
 void testNumberToNumber()
           
 void testPrimitiveException()
           
 void testSet()
           
 void testString()
           
 void testStringToNumber()
           
 void testToAtom()
           
 void testToCollection()
           
 void testToList()
           
 void testToObject()
           
 void testToPrimitiveArray()
           
 void testToWrapperArray()
           
 
クラス 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
 

コンストラクタの詳細

TypeConvertUtilsTest

public TypeConvertUtilsTest()
メソッドの詳細

setUp

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

testDateTrys

public void testDateTrys()

testDateFormat

public void testDateFormat()

testDate

public void testDate()

testString

public void testString()

testBoolean

public void testBoolean()

testNullPrimitive

public void testNullPrimitive()

testNullWrapper

public void testNullWrapper()

testPrimitiveException

public void testPrimitiveException()

testException

public void testException()

testStringToNumber

public void testStringToNumber()

testNumberToNumber

public void testNumberToNumber()

testToObject

public void testToObject()

testToAtom

public void testToAtom()

testToPrimitiveArray

public void testToPrimitiveArray()

testToWrapperArray

public void testToWrapperArray()

testToCollection

public void testToCollection()

testToList

public void testToList()

testSet

public void testSet()

testDecomposite

public void testDecomposite()

testBeanToMap

public void testBeanToMap()

testMapToMap

public void testMapToMap()

testMapToBean

public void testMapToBean()

testNormal

public void testNormal()

testGetPropertyName

public void testGetPropertyName()


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