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, mockInvocation
protected final ProxyFactory factory
protected AbstractProxyFactoryTestCase()
public void testInterceptorHashCode()
public void testInvokerHashCode() throws Exception
Exception
public void testDelegatorHashCode() throws Exception
Exception
public void testInterceptorEquals()
public void testInvokerEquals() throws Exception
Exception
public void testDelegatorEquals() throws Exception
Exception
public void testBooleanInterceptorParameter()
public void testCanProxy()
public void testChangingArguments()
public void testCreateDelegatingProxy()
public void testCreateInterceptorProxy()
public void testDelegatingProxyClassCaching() throws Exception
Exception
public void testDelegatingProxyInterfaceOrder()
public void testDelegatingProxySerializable() throws Exception
Exception
public void testInterceptingProxyClassCaching() throws Exception
Exception
public void testInterceptingProxySerializable() throws Exception
Exception
public void testInterceptorProxyWithCheckedException() throws Exception
Exception
public void testInterceptorProxyWithUncheckedException() throws Exception
Exception
public void testInterfaceHierarchies()
public void testInvokerProxy() throws Exception
Exception
public void testInvokerProxyClassCaching() throws Exception
Exception
public void testInvokerProxySerializable() throws Exception
Exception
public void testMethodInvocationClassCaching() throws Exception
Exception
public void testMethodInvocationDuplicateMethods() throws Exception
Exception
public void testMethodInvocationImplementation() throws Exception
Exception
public void testPrimitiveParameter()
public void testProxyWithCheckedException() throws Exception
Exception
public void testProxyWithUncheckedException() throws Exception
Exception
public void testWithNonAccessibleTargetType()
Copyright © 2005–2014 The Apache Software Foundation. All rights reserved.