public abstract class AbstractProxyFactoryTestCase extends AbstractTestCase
| Modifier and Type | Class and Description |
|---|---|
protected static class |
AbstractProxyFactoryTestCase.InterceptorTester |
protected static class |
AbstractProxyFactoryTestCase.InvokerTester |
protected static class |
AbstractProxyFactoryTestCase.NoOpMethodInterceptor |
AbstractTestCase.MockInvocationBuilder| Modifier and Type | Field and Description |
|---|---|
protected ProxyFactory |
factory |
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractProxyFactoryTestCase() |
assertSerializable, mockInvocationprotected final ProxyFactory factory
protected AbstractProxyFactoryTestCase()
public void testInterceptorHashCode()
public void testInvokerHashCode() throws Exception
Exceptionpublic void testDelegatorHashCode() throws Exception
Exceptionpublic void testInterceptorEquals()
public void testInvokerEquals() throws Exception
Exceptionpublic void testDelegatorEquals() throws Exception
Exceptionpublic void testBooleanInterceptorParameter()
public void testCanProxy()
public void testChangingArguments()
public void testCreateDelegatingProxy()
public void testCreateInterceptorProxy()
public void testDelegatingProxyClassCaching() throws Exception
Exceptionpublic void testDelegatingProxyInterfaceOrder()
public void testDelegatingProxySerializable() throws Exception
Exceptionpublic void testInterceptingProxyClassCaching() throws Exception
Exceptionpublic void testInterceptingProxySerializable() throws Exception
Exceptionpublic void testInterceptorProxyWithCheckedException() throws Exception
Exceptionpublic void testInterceptorProxyWithUncheckedException() throws Exception
Exceptionpublic void testInterfaceHierarchies()
public void testInvokerProxy() throws Exception
Exceptionpublic void testInvokerProxyClassCaching() throws Exception
Exceptionpublic void testInvokerProxySerializable() throws Exception
Exceptionpublic void testMethodInvocationClassCaching() throws Exception
Exceptionpublic void testMethodInvocationDuplicateMethods() throws Exception
Exceptionpublic void testMethodInvocationImplementation() throws Exception
Exceptionpublic void testPrimitiveParameter()
public void testProxyWithCheckedException() throws Exception
Exceptionpublic void testProxyWithUncheckedException() throws Exception
Exceptionpublic void testWithNonAccessibleTargetType()
Copyright © 2005–2014 The Apache Software Foundation. All rights reserved.