org.seasar.cubby.tags
クラス JspTagTestCase

java.lang.Object
  上位を拡張 junit.framework.Assert
      上位を拡張 junit.framework.TestCase
          上位を拡張 org.seasar.cubby.tags.JspTagTestCase
すべての実装されたインタフェース:
junit.framework.Test
直系の既知のサブクラス:
FormTagTest, InputTagTest, NullTagTest, SelectTagTest, TextareaTagTest

public abstract class JspTagTestCase
extends junit.framework.TestCase


フィールドの概要
protected  MockJspContext context
           
protected  MockJspFragment jspBody
           
 
コンストラクタの概要
JspTagTestCase()
           
 
メソッドの概要
protected  org.jdom.Element getResultAsElementFromContext()
           
protected  void setUp()
           
protected  void setupBodyTag(BodyTag tag)
           
protected  void setupSimpleTag(SimpleTag tag)
           
 
クラス 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, failNotEquals, failNotSame, failSame, format
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

フィールドの詳細

jspBody

protected MockJspFragment jspBody

context

protected MockJspContext context
コンストラクタの詳細

JspTagTestCase

public JspTagTestCase()
メソッドの詳細

setUp

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

setupSimpleTag

protected void setupSimpleTag(SimpleTag tag)

setupBodyTag

protected void setupBodyTag(BodyTag tag)

getResultAsElementFromContext

protected org.jdom.Element getResultAsElementFromContext()
                                                  throws org.jdom.JDOMException,
                                                         IOException
例外:
org.jdom.JDOMException
IOException


Copyright ツゥ 2006-2007 The Seasar Foundation and the others. All rights reserved.. All Rights Reserved.