org.seasar.cubby.controller.impl
クラス RequestParameterBinderImplTest

java.lang.Object
  上位を拡張 junit.framework.Assert
      上位を拡張 junit.framework.TestCase
          上位を拡張 org.seasar.framework.unit.S2FrameworkTestCase
              上位を拡張 org.seasar.extension.unit.S2TestCase
                  上位を拡張 org.seasar.cubby.controller.impl.RequestParameterBinderImplTest
すべての実装されたインタフェース:
junit.framework.Test

public class RequestParameterBinderImplTest
extends S2TestCase

作成者:
baba

入れ子のクラスの概要
static class RequestParameterBinderImplTest.ConvertersDto
           
static class RequestParameterBinderImplTest.ExEnum
           
static class RequestParameterBinderImplTest.FileItemDto
           
static class RequestParameterBinderImplTest.FormDto
           
static class RequestParameterBinderImplTest.FormDto2
           
 
フィールドの概要
 org.seasar.cubby.controller.RequestParameterBinder requestParameterBinder
           
 
クラス org.seasar.framework.unit.S2FrameworkTestCase から継承されたフィールド
ENV_PATH, ENV_VALUE
 
コンストラクタの概要
RequestParameterBinderImplTest()
           
 
メソッドの概要
protected  void setUp()
           
 void testBindTypeAllProperties()
           
 void testBindTypeNoAnnotated()
           
 void testBindTypeNoAnnotatedOnClass()
           
 void testBindTypeNoBindingType()
           
 void testBindTypeOnlySpecifiedProperties()
           
 void testBindTypeOnlySpecifiedPropertiesOnClass()
           
 void testConverters()
           
 void testConvertFileItem()
           
 void testMapToBean_MultiValue()
           
 void testMapToBean_MultiValueIncludesEmptyValue()
           
 void testMapToBean_MultiValueIncludesNullValue()
           
 void testMapToBean_OneValue()
           
 void testMapToBean()
           
 void testMapToBeanNullSource()
           
 
クラス org.seasar.extension.unit.S2TestCase から継承されたメソッド
assertBeanEquals, assertBeanListEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertMapEquals, assertMapListEquals, deleteDb, deleteTable, doRunTest, getConnection, getDatabaseMetaData, getDataSource, getSqlWriter, needTransaction, readDb, readDbBySql, readDbByTable, readDbByTable, readXls, readXls, readXlsAllReplaceDb, readXlsAllReplaceDb, readXlsReplaceDb, readXlsReplaceDb, readXlsWriteDb, readXlsWriteDb, reload, reload, reloadOrReadDb, setUpAfterContainerInit, setupDataSource, tearDownBeforeContainerDestroy, tearDownDataSource, writeDb, writeXls
 
クラス org.seasar.framework.unit.S2FrameworkTestCase から継承されたメソッド
bindField, bindFields, convertPath, getComponent, getComponent, getComponentDef, getComponentDef, getContainer, getNamingConvention, getOriginalClassLoader, getRequest, getResponse, getRootDicon, getServlet, getServletConfig, getServletContext, getTargetMethod, getTargetName, include, invoke, isAutoBindable, isRegisterNamingConvention, isWarmDeploy, normalizeName, register, register, register, register, register, resolveRootDicon, runBare, setRegisterNamingConvention, setRequest, setResponse, setServlet, setServletConfig, setServletContext, setUpAfterBindFields, setUpContainer, setUpForEachTestMethod, setWarmDeploy, tearDownBeforeUnbindFields, tearDownContainer, tearDownForEachTestMethod, unbindFields
 
クラス junit.framework.TestCase から継承されたメソッド
countTestCases, createResult, getName, run, run, 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, failNotEquals, failNotSame, failSame, format
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

フィールドの詳細

requestParameterBinder

public org.seasar.cubby.controller.RequestParameterBinder requestParameterBinder
コンストラクタの詳細

RequestParameterBinderImplTest

public RequestParameterBinderImplTest()
メソッドの詳細

setUp

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

testMapToBeanNullSource

public void testMapToBeanNullSource()

testMapToBean

public void testMapToBean()

testMapToBean_OneValue

public void testMapToBean_OneValue()

testMapToBean_MultiValue

public void testMapToBean_MultiValue()

testMapToBean_MultiValueIncludesEmptyValue

public void testMapToBean_MultiValueIncludesEmptyValue()

testMapToBean_MultiValueIncludesNullValue

public void testMapToBean_MultiValueIncludesNullValue()

testConverters

public void testConverters()

testConvertFileItem

public void testConvertFileItem()
                         throws UnsupportedEncodingException
例外:
UnsupportedEncodingException

testBindTypeNoAnnotated

public void testBindTypeNoAnnotated()

testBindTypeNoBindingType

public void testBindTypeNoBindingType()

testBindTypeAllProperties

public void testBindTypeAllProperties()

testBindTypeOnlySpecifiedProperties

public void testBindTypeOnlySpecifiedProperties()

testBindTypeNoAnnotatedOnClass

public void testBindTypeNoAnnotatedOnClass()

testBindTypeOnlySpecifiedPropertiesOnClass

public void testBindTypeOnlySpecifiedPropertiesOnClass()


Copyright © 2006-2009 The Seasar Foundation. All Rights Reserved.