|
||||||||||
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
org.apache.commons.proxy.factory.AbstractSubclassingProxyFactoryTestCase
public abstract class AbstractSubclassingProxyFactoryTestCase
Nested Class Summary | |
---|---|
static class |
AbstractSubclassingProxyFactoryTestCase.FinalEcho
|
static class |
AbstractSubclassingProxyFactoryTestCase.FinalMethodEcho
|
static class |
AbstractSubclassingProxyFactoryTestCase.NoDefaultConstructorEcho
|
static class |
AbstractSubclassingProxyFactoryTestCase.ProtectedConstructorEcho
|
Nested classes/interfaces inherited from class org.apache.commons.proxy.factory.AbstractProxyFactoryTestCase |
---|
AbstractProxyFactoryTestCase.NoOpMethodInterceptor |
Field Summary |
---|
Fields inherited from class org.apache.commons.proxy.factory.AbstractProxyFactoryTestCase |
---|
factory |
Constructor Summary | |
---|---|
protected |
AbstractSubclassingProxyFactoryTestCase(org.apache.commons.proxy.ProxyFactory factory)
|
Method Summary | |
---|---|
void |
testCanProxy()
|
void |
testDelegatorWithMultipleSuperclasses()
|
void |
testDelegatorWithSuperclass()
|
void |
testInterceptorWithMultipleSuperclasses()
|
void |
testInterceptorWithSuperclass()
|
void |
testInvocationHandlerWithMultipleSuperclasses()
|
void |
testInvocationHandlerWithSuperclass()
|
void |
testProxiesWithClashingFinalMethodInSuperclass()
|
void |
testWithAbstractSuperclass()
|
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 |
Constructor Detail |
---|
protected AbstractSubclassingProxyFactoryTestCase(org.apache.commons.proxy.ProxyFactory factory)
Method Detail |
---|
public void testWithAbstractSuperclass()
public void testCanProxy()
testCanProxy
in class AbstractProxyFactoryTestCase
public void testDelegatorWithSuperclass()
public void testInterceptorWithSuperclass()
public void testInvocationHandlerWithSuperclass()
public void testProxiesWithClashingFinalMethodInSuperclass()
public void testDelegatorWithMultipleSuperclasses()
public void testInterceptorWithMultipleSuperclasses()
public void testInvocationHandlerWithMultipleSuperclasses()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |