org.seasar.cubby.tags
クラス FormTagTest

java.lang.Object
  上位を拡張 org.seasar.cubby.tags.AbstractTagTestCase
      上位を拡張 org.seasar.cubby.tags.FormTagTest

public class FormTagTest
extends AbstractTagTestCase


フィールドの概要
 
クラス org.seasar.cubby.tags.AbstractTagTestCase から継承されたフィールド
context, jspBody
 
コンストラクタの概要
FormTagTest()
           
 
メソッドの概要
protected  void doLifecycle(Tag tag)
           
protected  void doLifecycle(Tag tag, org.seasar.cubby.tags.AbstractStandardTagTestCase.ChildrenFactory childrenFactory)
           
 void doTagEmptyBody()
           
 void doTagNoChild()
           
 void doTagWithSpecifiedAction()
           
 void doTagWithSpecifiedActionAndParam()
           
 void doTagWithTextAreaAndSpecifiedActionAndParam()
           
 void doTagWithTextAreaTag()
           
 void setUp()
           
protected  void setupBodyTag(BodyTag tag)
           
 void setupProvider()
           
 void testDoTagPort()
           
 void testDoTagProtocol()
           
 void testDoTagProtocolAndPort()
           
 
クラス org.seasar.cubby.tags.AbstractTagTestCase から継承されたメソッド
getResultAsElementFromContext, setupContainer, setupErrors, setupMocks, teardownPluginRegistry
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

FormTagTest

public FormTagTest()
メソッドの詳細

setupProvider

public void setupProvider()

setUp

public void setUp()
           throws Exception
例外:
Exception

doTagNoChild

public void doTagNoChild()
                  throws Exception
例外:
Exception

doTagEmptyBody

public void doTagEmptyBody()
                    throws Exception
例外:
Exception

doTagWithTextAreaTag

public void doTagWithTextAreaTag()
                          throws Exception
例外:
Exception

doTagWithSpecifiedAction

public void doTagWithSpecifiedAction()
                              throws Exception
例外:
Exception

doTagWithSpecifiedActionAndParam

public void doTagWithSpecifiedActionAndParam()
                                      throws Exception
例外:
Exception

doTagWithTextAreaAndSpecifiedActionAndParam

public void doTagWithTextAreaAndSpecifiedActionAndParam()
                                                 throws Exception
例外:
Exception

testDoTagProtocol

public void testDoTagProtocol()
                       throws Exception
例外:
Exception

testDoTagPort

public void testDoTagPort()
                   throws Exception
例外:
Exception

testDoTagProtocolAndPort

public void testDoTagProtocolAndPort()
                              throws Exception
例外:
Exception

setupBodyTag

protected void setupBodyTag(BodyTag tag)

doLifecycle

protected void doLifecycle(Tag tag)
                    throws JspException,
                           IOException
例外:
JspException
IOException

doLifecycle

protected void doLifecycle(Tag tag,
                           org.seasar.cubby.tags.AbstractStandardTagTestCase.ChildrenFactory childrenFactory)
                    throws JspException,
                           IOException
例外:
JspException
IOException


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