mrcode.duckprxy
Class DuckPrxyTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by mrcode.duckprxy.DuckPrxyTest
All Implemented Interfaces:
junit.framework.Test

public class DuckPrxyTest
extends junit.framework.TestCase


Nested Class Summary
static class DuckPrxyTest.DelegateFour
           
static class DuckPrxyTest.DelegateOne
           
static class DuckPrxyTest.DelegateThree
           
static class DuckPrxyTest.DelegateTwo
           
 
Constructor Summary
DuckPrxyTest()
           
 
Method Summary
 DuckPrxy getDuckPreCompPrxy()
           
 DuckPrxy getDuckPrxy()
           
 DuckPrxy getDuckPrxyJavassist()
           
 void testJavassistPrxy()
           
 void testJavassistPrxyMissingMethod()
           
 void testJavassistPrxyWithFallback()
           
 void testJavassistPrxyWithPatterns()
           
 void testJavassistPrxyWithSubdelegate()
           
 void testPrxy(DuckPrxy duckPrxy)
           
 void testPrxyImpl()
           
 void testPrxyImplMissingMethod()
           
 void testPrxyMissingMethod(DuckPrxy duckPrxy)
           
 void testPrxyPreCompImpl()
           
 void testPrxyPreCompImplMissingMethod()
           
 void testPrxyPreCompWithFallback()
           
 void testPrxyPreCompWithPatterns()
           
 void testPrxyPreCompWithSubdelegate()
           
 void testPrxyWithFallback()
           
 void testPrxyWithFallback(DuckPrxy duckPrxy)
           
 void testPrxyWithPatterns()
           
 void testPrxyWithPatterns(DuckPrxy duckPrxy)
           
 void testPrxyWithSubdelegate()
           
 void testPrxyWithSubdelegate(DuckPrxy duckPrxy)
           
 
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

DuckPrxyTest

public DuckPrxyTest()
Method Detail

testPrxyImpl

public void testPrxyImpl()

testPrxyPreCompImpl

public void testPrxyPreCompImpl()

testJavassistPrxy

public void testJavassistPrxy()

testPrxyImplMissingMethod

public void testPrxyImplMissingMethod()

testPrxyPreCompImplMissingMethod

public void testPrxyPreCompImplMissingMethod()

testJavassistPrxyMissingMethod

public void testJavassistPrxyMissingMethod()

testPrxyWithPatterns

public void testPrxyWithPatterns()

testPrxyPreCompWithPatterns

public void testPrxyPreCompWithPatterns()

testJavassistPrxyWithPatterns

public void testJavassistPrxyWithPatterns()

testPrxyWithFallback

public void testPrxyWithFallback()

testPrxyPreCompWithFallback

public void testPrxyPreCompWithFallback()

testJavassistPrxyWithFallback

public void testJavassistPrxyWithFallback()

testPrxyWithSubdelegate

public void testPrxyWithSubdelegate()

testPrxyPreCompWithSubdelegate

public void testPrxyPreCompWithSubdelegate()

testJavassistPrxyWithSubdelegate

public void testJavassistPrxyWithSubdelegate()

testPrxy

public void testPrxy(DuckPrxy duckPrxy)

testPrxyMissingMethod

public void testPrxyMissingMethod(DuckPrxy duckPrxy)

testPrxyWithPatterns

public void testPrxyWithPatterns(DuckPrxy duckPrxy)

testPrxyWithFallback

public void testPrxyWithFallback(DuckPrxy duckPrxy)

testPrxyWithSubdelegate

public void testPrxyWithSubdelegate(DuckPrxy duckPrxy)

getDuckPrxy

public DuckPrxy getDuckPrxy()

getDuckPrxyJavassist

public DuckPrxy getDuckPrxyJavassist()

getDuckPreCompPrxy

public DuckPrxy getDuckPreCompPrxy()


Copyright © 2008. All Rights Reserved.