@UnitTest public class CacheControlHandlerInterceptorTest extends java.lang.Object
| Constructor and Description |
|---|
CacheControlHandlerInterceptorTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
setUp() |
void |
testIfNoCacheWhenHttpMethodOtherThanGETorHEAD() |
void |
testMultipleDirectives() |
void |
testNoCache() |
void |
testPrivateOnlyUsingClassAnnotation() |
void |
testPublicOnlyWhenMethodAnnotationOverridesClassAnnotation() |
void |
testSingleDirectiveWithMaxAge() |
public void setUp()
public void testPrivateOnlyUsingClassAnnotation()
throws java.lang.Exception
java.lang.Exceptionpublic void testPublicOnlyWhenMethodAnnotationOverridesClassAnnotation()
throws java.lang.Exception
java.lang.Exceptionpublic void testSingleDirectiveWithMaxAge()
throws java.lang.Exception
java.lang.Exceptionpublic void testMultipleDirectives()
throws java.lang.Exception
java.lang.Exceptionpublic void testNoCache()
throws java.lang.Exception
java.lang.Exceptionpublic void testIfNoCacheWhenHttpMethodOtherThanGETorHEAD()
throws java.lang.Exception
java.lang.ExceptionCopyright © 2018 SAP SE. All Rights Reserved.