org.seasar.cubby.tags
クラス InputTagTest

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

public class InputTagTest
extends JspTagTestCase


フィールドの概要
 
クラス org.seasar.cubby.tags.JspTagTestCase から継承されたフィールド
context, jspBody
 
クラス org.seasar.framework.unit.S2FrameworkTestCase から継承されたフィールド
ENV_PATH, ENV_VALUE
 
コンストラクタの概要
InputTagTest()
           
 
メソッドの概要
protected  void setUp()
           
 void testDoTagCheckbox1()
           
 void testDoTagCheckbox2()
           
 void testDoTagCheckboxError1()
           
 void testDoTagCheckboxError2()
           
 void testDoTagCheckboxValueRequred()
           
 void testDoTagCheckboxWithCheckedValue1()
           
 void testDoTagCheckboxWithCheckedValue2()
           
 void testDoTagCheckboxWithCheckedValueError1()
           
 void testDoTagRadio1()
           
 void testDoTagRadio2()
           
 void testDoTagRadioError1()
           
 void testDoTagRadioError2()
           
 void testDoTagRadioValueRequred()
           
 void testDoTagText1()
           
 void testDoTagText2()
           
 void testDoTagTextError1()
           
 void testDoTagTextError2()
           
 
クラス org.seasar.cubby.tags.JspTagTestCase から継承されたメソッド
getResultAsElementFromContext, setupBodyTag, setupErrors, setupSimpleTag
 
クラス 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
 

コンストラクタの詳細

InputTagTest

public InputTagTest()
メソッドの詳細

setUp

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

testDoTagCheckboxValueRequred

public void testDoTagCheckboxValueRequred()
                                   throws Exception
例外:
Exception

testDoTagCheckbox1

public void testDoTagCheckbox1()
                        throws Exception
例外:
Exception

testDoTagCheckbox2

public void testDoTagCheckbox2()
                        throws Exception
例外:
Exception

testDoTagCheckboxWithCheckedValue1

public void testDoTagCheckboxWithCheckedValue1()
                                        throws Exception
例外:
Exception

testDoTagCheckboxWithCheckedValue2

public void testDoTagCheckboxWithCheckedValue2()
                                        throws Exception
例外:
Exception

testDoTagCheckboxWithCheckedValueError1

public void testDoTagCheckboxWithCheckedValueError1()
                                             throws Exception
例外:
Exception

testDoTagCheckboxError1

public void testDoTagCheckboxError1()
                             throws Exception
例外:
Exception

testDoTagCheckboxError2

public void testDoTagCheckboxError2()
                             throws Exception
例外:
Exception

testDoTagRadioValueRequred

public void testDoTagRadioValueRequred()
                                throws Exception
例外:
Exception

testDoTagRadio1

public void testDoTagRadio1()
                     throws Exception
例外:
Exception

testDoTagRadio2

public void testDoTagRadio2()
                     throws Exception
例外:
Exception

testDoTagRadioError1

public void testDoTagRadioError1()
                          throws Exception
例外:
Exception

testDoTagRadioError2

public void testDoTagRadioError2()
                          throws Exception
例外:
Exception

testDoTagText1

public void testDoTagText1()
                    throws Exception
例外:
Exception

testDoTagText2

public void testDoTagText2()
                    throws Exception
例外:
Exception

testDoTagTextError1

public void testDoTagTextError1()
                         throws Exception
例外:
Exception

testDoTagTextError2

public void testDoTagTextError2()
                         throws Exception
例外:
Exception


Copyright ツゥ 2006-2008 The Seasar Foundation. All Rights Reserved.