public class TestServletFilterModuleDescriptor extends Object
| Modifier and Type | Field and Description |
|---|---|
org.junit.rules.ExpectedException |
expectedException |
org.mockito.junit.MockitoRule |
mockitoRule |
static String |
PLUGIN_KEY |
org.junit.contrib.java.lang.system.RestoreSystemProperties |
restoreSystemProperties |
| Constructor and Description |
|---|
TestServletFilterModuleDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
void |
resetForceAsyncFlag() |
void |
setUp() |
void |
testInit() |
void |
testInitWithBadDispatcher() |
void |
testInitWithBadLocation() |
void |
testInitWithBadWeight() |
void |
testInitWithDetails() |
void |
testInitWithDetailsForceAsync() |
void |
testInitWithNoUrlPattern() |
void |
testWithNoDispatcher() |
void |
testWithNoDispatcherForcedAsync() |
public static final String PLUGIN_KEY
public final org.mockito.junit.MockitoRule mockitoRule
public final org.junit.rules.ExpectedException expectedException
public final org.junit.contrib.java.lang.system.RestoreSystemProperties restoreSystemProperties
public void setUp()
public void resetForceAsyncFlag()
public void testInit()
public void testInitWithNoUrlPattern()
public void testInitWithDetails()
public void testInitWithBadLocation()
public void testInitWithBadWeight()
public void testInitWithBadDispatcher()
public void testWithNoDispatcher()
public void testWithNoDispatcherForcedAsync()
public void testInitWithDetailsForceAsync()
Copyright © 2019 Atlassian. All rights reserved.