public abstract class AbstractSubclassingProxyFactoryTestCase extends AbstractProxyFactoryTestCase
| Modifier and Type | Class and Description |
|---|---|
static class |
AbstractSubclassingProxyFactoryTestCase.EqualsEcho |
static class |
AbstractSubclassingProxyFactoryTestCase.FinalEcho |
static class |
AbstractSubclassingProxyFactoryTestCase.FinalMethodEcho |
static class |
AbstractSubclassingProxyFactoryTestCase.NoDefaultConstructorEcho |
static class |
AbstractSubclassingProxyFactoryTestCase.ProtectedConstructorEcho |
AbstractProxyFactoryTestCase.InterceptorTester, AbstractProxyFactoryTestCase.InvokerTester, AbstractProxyFactoryTestCase.NoOpMethodInterceptorAbstractTestCase.MockInvocationBuilderfactory| Constructor and Description |
|---|
AbstractSubclassingProxyFactoryTestCase() |
| Modifier and Type | Method and Description |
|---|---|
void |
testCanProxy() |
void |
testDelegatorEquals() |
void |
testDelegatorWithMultipleSuperclasses() |
void |
testDelegatorWithSuperclass() |
void |
testInterceptorEquals() |
void |
testInterceptorWithMultipleSuperclasses() |
void |
testInterceptorWithSuperclass() |
void |
testInvocationHandlerWithMultipleSuperclasses() |
void |
testInvokerEquals() |
void |
testInvokerWithSuperclass() |
void |
testProxiesWithClashingFinalMethodInSuperclass() |
void |
testWithAbstractSuperclass() |
testBooleanInterceptorParameter, testChangingArguments, testCreateDelegatingProxy, testCreateInterceptorProxy, testDelegatingProxyClassCaching, testDelegatingProxyInterfaceOrder, testDelegatingProxySerializable, testDelegatorHashCode, testInterceptingProxyClassCaching, testInterceptingProxySerializable, testInterceptorHashCode, testInterceptorProxyWithCheckedException, testInterceptorProxyWithUncheckedException, testInterfaceHierarchies, testInvokerHashCode, testInvokerProxy, testInvokerProxyClassCaching, testInvokerProxySerializable, testMethodInvocationClassCaching, testMethodInvocationDuplicateMethods, testMethodInvocationImplementation, testPrimitiveParameter, testProxyWithCheckedException, testProxyWithUncheckedException, testWithNonAccessibleTargetTypeassertSerializable, mockInvocationpublic AbstractSubclassingProxyFactoryTestCase()
public void testCanProxy()
testCanProxy in class AbstractProxyFactoryTestCasepublic void testDelegatorEquals() throws Exception
testDelegatorEquals in class AbstractProxyFactoryTestCaseExceptionpublic void testDelegatorWithMultipleSuperclasses()
public void testDelegatorWithSuperclass()
public void testInterceptorEquals()
testInterceptorEquals in class AbstractProxyFactoryTestCasepublic void testInterceptorWithMultipleSuperclasses()
public void testInterceptorWithSuperclass()
public void testInvocationHandlerWithMultipleSuperclasses()
public void testInvokerEquals() throws Exception
testInvokerEquals in class AbstractProxyFactoryTestCaseExceptionpublic void testInvokerWithSuperclass()
public void testProxiesWithClashingFinalMethodInSuperclass()
public void testWithAbstractSuperclass()
Copyright © 2005–2014 The Apache Software Foundation. All rights reserved.