Package mondrian.util
Class ExpiringReferenceTest
- java.lang.Object
-
- TestCase
-
- mondrian.util.ExpiringReferenceTest
-
public class ExpiringReferenceTest extends TestCase
-
-
Constructor Summary
Constructors Constructor Description ExpiringReferenceTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
testExpiryModeReAccess()
void
testExpiryModeReAccessWithEmptyGet()
void
testPermModeFollowedByNonPermGet()
void
testSimpleExpiryMode()
void
testSimplePermMode()
void
testSimpleSoftMode()
-
-
-
Method Detail
-
testSimpleExpiryMode
public void testSimpleExpiryMode() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testExpiryModeReAccess
public void testExpiryModeReAccess() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testExpiryModeReAccessWithEmptyGet
public void testExpiryModeReAccessWithEmptyGet() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testSimpleSoftMode
public void testSimpleSoftMode() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testSimplePermMode
public void testSimplePermMode() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testPermModeFollowedByNonPermGet
public void testPermModeFollowedByNonPermGet() throws java.lang.Exception
- Throws:
java.lang.Exception
-
-