org.kaoriha.jspbp
クラス RequestTest

java.lang.Object
  上位を拡張 junit.framework.Assert
      上位を拡張 junit.framework.TestCase
          上位を拡張 org.kaoriha.jspbp.RequestTest
すべての実装されたインタフェース:
junit.framework.Test

public class RequestTest
extends junit.framework.TestCase


コンストラクタの概要
RequestTest()
           
 
メソッドの概要
 void testCopyListParameter()
           
 void testPutContinuation()
           
 void testPutPersistent()
           
 void testReceiveContinuation()
           
 void testReceivePersistent()
           
 void testReceiveServletContext()
           
 void testSendPersistentRedirect()
           
 void testSendPersistentRedirect2()
           
 void testSimpleGet()
           
 void testSimplePost()
           
 
クラス junit.framework.TestCase から継承されたメソッド
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, 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
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

RequestTest

public RequestTest()
メソッドの詳細

testSimpleGet

public void testSimpleGet()
                   throws IOException,
                          javax.servlet.ServletException
例外:
IOException
javax.servlet.ServletException

testSimplePost

public void testSimplePost()
                    throws IOException,
                           javax.servlet.ServletException
例外:
IOException
javax.servlet.ServletException

testCopyListParameter

public void testCopyListParameter()
                           throws IOException,
                                  javax.servlet.ServletException
例外:
IOException
javax.servlet.ServletException

testReceiveContinuation

public void testReceiveContinuation()
                             throws IOException,
                                    javax.servlet.ServletException
例外:
IOException
javax.servlet.ServletException

testPutContinuation

public void testPutContinuation()
                         throws IOException,
                                javax.servlet.ServletException
例外:
IOException
javax.servlet.ServletException

testSendPersistentRedirect

public void testSendPersistentRedirect()
                                throws IOException,
                                       javax.servlet.ServletException
例外:
IOException
javax.servlet.ServletException

testSendPersistentRedirect2

public void testSendPersistentRedirect2()
                                 throws IOException,
                                        javax.servlet.ServletException
例外:
IOException
javax.servlet.ServletException

testPutPersistent

public void testPutPersistent()
                       throws IOException,
                              javax.servlet.ServletException
例外:
IOException
javax.servlet.ServletException

testReceivePersistent

public void testReceivePersistent()
                           throws IOException,
                                  javax.servlet.ServletException
例外:
IOException
javax.servlet.ServletException

testReceiveServletContext

public void testReceiveServletContext()
                               throws IOException,
                                      javax.servlet.ServletException
例外:
IOException
javax.servlet.ServletException


Copyright ? 2007-2008 Hound. All Rights Reserved.