|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjunit.framework.Assert
junit.framework.TestCase
org.apache.commons.proxy.factory.AbstractProxyFactoryTestCase
public abstract class AbstractProxyFactoryTestCase
Nested Class Summary | |
---|---|
protected static class |
AbstractProxyFactoryTestCase.NoOpMethodInterceptor
|
Field Summary | |
---|---|
protected org.apache.commons.proxy.ProxyFactory |
factory
|
Constructor Summary | |
---|---|
protected |
AbstractProxyFactoryTestCase(org.apache.commons.proxy.ProxyFactory factory)
|
Method Summary | |
---|---|
void |
testBooleanInterceptorParameter()
|
void |
testCanProxy()
|
void |
testChangingArguments()
|
void |
testCreateDelegatingProxy()
|
void |
testCreateInterceptorProxy()
|
void |
testDelegatingProxyClassCaching()
|
void |
testDelegatingProxyInterfaceOrder()
|
void |
testInterceptingProxyClassCaching()
|
void |
testInterceptorProxyWithCheckedException()
|
void |
testInterceptorProxyWithUncheckedException()
|
void |
testInterfaceHierarchies()
|
void |
testInvokerProxy()
|
void |
testMethodInvocationClassCaching()
|
void |
testMethodInvocationDuplicateMethods()
|
void |
testMethodInvocationImplementation()
|
void |
testPrimitiveParameter()
|
void |
testProxyWithCheckedException()
|
void |
testProxyWithUncheckedException()
|
void |
testWithNonAccessibleTargetType()
|
Methods inherited from class junit.framework.TestCase |
---|
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, toString |
Methods inherited from class junit.framework.Assert |
---|
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame, failSame, format |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected final org.apache.commons.proxy.ProxyFactory factory
Constructor Detail |
---|
protected AbstractProxyFactoryTestCase(org.apache.commons.proxy.ProxyFactory factory)
Method Detail |
---|
public void testCanProxy()
public void testInterfaceHierarchies()
public void testInvokerProxy() throws Exception
Exception
public void testDelegatingProxyInterfaceOrder()
public void testCreateDelegatingProxy()
public void testBooleanInterceptorParameter()
public void testPrimitiveParameter()
public void testCreateInterceptorProxy()
public void testMethodInvocationImplementation() throws Exception
Exception
public void testMethodInvocationDuplicateMethods() throws Exception
Exception
public void testMethodInvocationClassCaching() throws Exception
Exception
public void testDelegatingProxyClassCaching() throws Exception
Exception
public void testInterceptingProxyClassCaching() throws Exception
Exception
public void testProxyWithCheckedException() throws Exception
Exception
public void testProxyWithUncheckedException() throws Exception
Exception
public void testInterceptorProxyWithUncheckedException() throws Exception
Exception
public void testInterceptorProxyWithCheckedException() throws Exception
Exception
public void testWithNonAccessibleTargetType()
public void testChangingArguments()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |