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

java.lang.Object
  上位を拡張 org.seasar.cubby.internal.controller.impl.RequestParameterBinderImplTest

public class RequestParameterBinderImplTest
extends Object

作成者:
baba

入れ子のクラスの概要
static class RequestParameterBinderImplTest.AnnotatedDto
           
static class RequestParameterBinderImplTest.BraceConverter
           
static class RequestParameterBinderImplTest.ConvertersDto
           
static class RequestParameterBinderImplTest.ExEnum
           
static class RequestParameterBinderImplTest.FileItemDto
           
static class RequestParameterBinderImplTest.FormDto
           
static class RequestParameterBinderImplTest.FormDto2
           
static interface RequestParameterBinderImplTest.SeparationAction
           
static class RequestParameterBinderImplTest.SeparationActionImpl
           
 
コンストラクタの概要
RequestParameterBinderImplTest()
           
 
メソッドの概要
 void converters()
           
 void convertersWithError()
           
 void convertFileItem()
           
 void mapToBean_annotated()
           
 void mapToBean_MultiValue()
           
 void mapToBean_MultiValueIncludesEmptyValue()
           
 void mapToBean_MultiValueIncludesNullValue()
           
 void mapToBean_OneValue()
           
 void mapToBean()
           
 void mapToBeanNullSource()
           
 void setup()
           
 void teardown()
           
 void testBindTypeAllProperties()
           
 void testBindTypeNoAnnotated()
           
 void testBindTypeNoAnnotatedOnClass()
           
 void testBindTypeNoBindingType()
           
 void testBindTypeOnlySpecifiedProperties()
           
 void testBindTypeOnlySpecifiedPropertiesOnClass()
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

RequestParameterBinderImplTest

public RequestParameterBinderImplTest()
メソッドの詳細

setup

public void setup()

teardown

public void teardown()

mapToBeanNullSource

public void mapToBeanNullSource()

mapToBean

public void mapToBean()

mapToBean_OneValue

public void mapToBean_OneValue()

mapToBean_MultiValue

public void mapToBean_MultiValue()

mapToBean_MultiValueIncludesEmptyValue

public void mapToBean_MultiValueIncludesEmptyValue()

mapToBean_MultiValueIncludesNullValue

public void mapToBean_MultiValueIncludesNullValue()

mapToBean_annotated

public void mapToBean_annotated()

converters

public void converters()

convertersWithError

public void convertersWithError()
                         throws Exception
例外:
Exception

convertFileItem

public void convertFileItem()
                     throws Exception
例外:
Exception

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.