Class TestRequest

  • All Implemented Interfaces:
    junit.framework.Test

    public class TestRequest
    extends junit.framework.TestCase
    • Constructor Detail

      • TestRequest

        public TestRequest()
    • Method Detail

      • testRequestCanceling

        public void testRequestCanceling()
                                  throws Exception
        Throws:
        Exception
      • testRequestRedirectAbsolute

        public void testRequestRedirectAbsolute()
                                         throws Exception
        Throws:
        Exception
      • testRequestRedirectRelative

        public void testRequestRedirectRelative()
                                         throws Exception
        Throws:
        Exception
      • testRequestWithHeaders

        public void testRequestWithHeaders()
                                    throws Exception
        Throws:
        Exception
      • testRequestCachingHeaders

        public void testRequestCachingHeaders()
                                       throws Exception
        Throws:
        Exception
      • testRequestWithCaching

        public void testRequestWithCaching()
                                    throws Exception
        Throws:
        Exception
      • testNoCachePreventsCaching

        public void testNoCachePreventsCaching()
                                        throws Exception
        Throws:
        Exception
      • testDoNotCachePreventsCaching

        public void testDoNotCachePreventsCaching()
                                           throws Exception
        Throws:
        Exception
      • testGetOnlyFromCache

        public void testGetOnlyFromCache()
                                  throws Exception
        Throws:
        Exception
      • testServerDirectedCache

        public void testServerDirectedCache()
                                     throws Exception
        Throws:
        Exception
      • testMaxStaleBehavior

        public void testMaxStaleBehavior()
                                  throws Exception
        Throws:
        Exception
      • testRequestEquality

        public void testRequestEquality()
                                 throws Exception
        Throws:
        Exception