|
|||||
FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Unit tests for QuietMethodSecurityInterceptor.
Field Summary | |
---|---|
Authentication |
_authentication
|
def |
_interceptor
|
Constructor Summary | |
QuietMethodSecurityInterceptorTests()
|
Method Summary | |
---|---|
void |
setUp()
|
void |
testInvokeAfterThrowsNotQuiet()
Test invoke() where afterInvocation throws an exception and quiet is false. |
void |
testInvokeAfterThrowsQuiet()
Test invoke() where afterInvocation throws an exception and quiet is true. |
void |
testInvokeBeforeThrowsNotQuiet()
Test invoke() where beforeInvocation() throws an exception and quiet is false. |
void |
testInvokeBeforeThrowsQuiet()
Test invoke() where beforeInvocation() throws an exception and quiet is true. |
void |
testInvokeThrowsNotQuiet()
Test invoke() where invoke throws an exception and quiet is false. |
void |
testInvokeThrowsQuiet()
Test invoke() where invoke throws an exception and quiet is true. |
Constructor Detail |
---|
QuietMethodSecurityInterceptorTests()
Method Detail |
---|
void setUp()
void testInvokeAfterThrowsNotQuiet()
void testInvokeAfterThrowsQuiet()
void testInvokeBeforeThrowsNotQuiet()
void testInvokeBeforeThrowsQuiet()
void testInvokeThrowsNotQuiet()
void testInvokeThrowsQuiet()