public class StoringTestCase extends Object
Modifier and Type | Class and Description |
---|---|
static class |
StoringTestCase.Bar |
static class |
StoringTestCase.Foo |
Constructor and Description |
---|
StoringTestCase() |
Modifier and Type | Method and Description |
---|---|
void |
testThatCacheMapCanBeDisabledSimulatingAnEndedRequest() |
void |
testThatCacheMapCanBeResetOnASubsequentThreadSimulatingASessionConcept() |
void |
testThatCacheMapCanBeReUsedOnASubsequentThreadSimulatingASessionConcept() |
void |
testThatForASingleThreadTheBehaviorIsTheSameAsPlainCaching() |
void |
testThatTwoThreadsHaveSeparatedCacheValues() |
void |
testThatTwoThreadsHaveSeparatedCacheValuesForThreeScopeScenario() |
public StoringTestCase()
public void testThatForASingleThreadTheBehaviorIsTheSameAsPlainCaching()
public void testThatTwoThreadsHaveSeparatedCacheValues()
public void testThatTwoThreadsHaveSeparatedCacheValuesForThreeScopeScenario()
public void testThatCacheMapCanBeReUsedOnASubsequentThreadSimulatingASessionConcept()
public void testThatCacheMapCanBeResetOnASubsequentThreadSimulatingASessionConcept()
public void testThatCacheMapCanBeDisabledSimulatingAnEndedRequest()
Copyright © 2003–2015 Codehaus. All rights reserved.