org.seasar.cubby.action
クラス RedirectTest

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

public class RedirectTest
extends S2TestCase


フィールドの概要
 MockAction action
           
 
クラス org.seasar.framework.unit.S2FrameworkTestCase から継承されたフィールド
ENV_PATH, ENV_VALUE
 
コンストラクタの概要
RedirectTest()
           
 
メソッドの概要
protected  void setUp()
           
 void testAbsolutePath()
           
 void testAbsolutePathWithProtocol()
           
 void testAbsoluteURL()
           
 void testBasicSequence()
           
 void testBasicSequenceWithProtocol()
           
 void testBasicSequenceWithProtocolAndPort()
           
 void testGetPath()
           
 void testParam1()
           
 void testParam2()
           
 void testParam3()
           
 void testRedirectByClassAndMethod1()
           
 void testRedirectByClassAndMethod2()
           
 void testRedirectByClassAndMethod3()
           
 void testRedirectByClassAndMethod4()
           
 void testRedirectByClassAndMethodFailureLessParameter()
           
 void testRedirectByClassAndMethodFailureNoRouting()
           
 void testRedirectByClassAndMethodFailureUnmatchParameter()
           
 void testRelativePath()
           
 void testRelativePathWithProtocol()
           
 void testRootContextPath()
           
 
クラス 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
 

フィールドの詳細

action

public MockAction action
コンストラクタの詳細

RedirectTest

public RedirectTest()
メソッドの詳細

setUp

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

testBasicSequence

public void testBasicSequence()
                       throws Exception
例外:
Exception

testBasicSequenceWithProtocol

public void testBasicSequenceWithProtocol()
                                   throws Exception
例外:
Exception

testBasicSequenceWithProtocolAndPort

public void testBasicSequenceWithProtocolAndPort()
                                          throws Exception
例外:
Exception

testRelativePath

public void testRelativePath()
                      throws Exception
例外:
Exception

testRelativePathWithProtocol

public void testRelativePathWithProtocol()
                                  throws Exception
例外:
Exception

testAbsolutePath

public void testAbsolutePath()
                      throws Exception
例外:
Exception

testAbsolutePathWithProtocol

public void testAbsolutePathWithProtocol()
                                  throws Exception
例外:
Exception

testAbsoluteURL

public void testAbsoluteURL()
                     throws Exception
例外:
Exception

testRootContextPath

public void testRootContextPath()
                         throws Exception
例外:
Exception

testRedirectByClassAndMethod1

public void testRedirectByClassAndMethod1()
                                   throws Exception
例外:
Exception

testRedirectByClassAndMethod2

public void testRedirectByClassAndMethod2()
                                   throws Exception
例外:
Exception

testRedirectByClassAndMethod3

public void testRedirectByClassAndMethod3()
                                   throws Exception
例外:
Exception

testRedirectByClassAndMethod4

public void testRedirectByClassAndMethod4()
                                   throws Exception
例外:
Exception

testRedirectByClassAndMethodFailureNoRouting

public void testRedirectByClassAndMethodFailureNoRouting()
                                                  throws Exception
例外:
Exception

testRedirectByClassAndMethodFailureLessParameter

public void testRedirectByClassAndMethodFailureLessParameter()
                                                      throws Exception
例外:
Exception

testRedirectByClassAndMethodFailureUnmatchParameter

public void testRedirectByClassAndMethodFailureUnmatchParameter()
                                                         throws Exception
例外:
Exception

testGetPath

public void testGetPath()
                 throws Exception
例外:
Exception

testParam1

public void testParam1()
                throws Exception
例外:
Exception

testParam2

public void testParam2()
                throws Exception
例外:
Exception

testParam3

public void testParam3()
                throws Exception
例外:
Exception


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