com.atlassian.core.filters.cache
Class TestJspCachingStrategy

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by com.atlassian.core.filters.cache.TestJspCachingStrategy
All Implemented Interfaces:
junit.framework.Test

public class TestJspCachingStrategy
extends junit.framework.TestCase


Constructor Summary
TestJspCachingStrategy()
           
 
Method Summary
protected  void setUp()
           
 void testCachingHeaders()
           
 void testDoesNotMatchOtherUrls()
           
 void testMatchesJspaUrls()
           
 void testMatchesJspUrls()
           
 
Methods inherited from class junit.framework.TestCase
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, countTestCases, createResult, fail, fail, failNotEquals, failNotSame, failSame, format, getName, run, run, runBare, runTest, setName, tearDown, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TestJspCachingStrategy

public TestJspCachingStrategy()
Method Detail

setUp

protected void setUp()
              throws Exception
Overrides:
setUp in class junit.framework.TestCase
Throws:
Exception

testMatchesJspUrls

public void testMatchesJspUrls()
                        throws Exception
Throws:
Exception

testMatchesJspaUrls

public void testMatchesJspaUrls()
                         throws Exception
Throws:
Exception

testDoesNotMatchOtherUrls

public void testDoesNotMatchOtherUrls()
                               throws Exception
Throws:
Exception

testCachingHeaders

public void testCachingHeaders()
                        throws Exception
Throws:
Exception


Copyright © 2015 Atlassian. All rights reserved.