|
@@ -73,7 +73,7 @@ public class ProxyDelegatorTest {
|
|
|
@Test
|
|
@Test
|
|
|
public void testCreate() {
|
|
public void testCreate() {
|
|
|
final JMath jmath = new JMath();
|
|
final JMath jmath = new JMath();
|
|
|
- final JMath wmath = ProxyDelegator.create(jmath, WRAPPER);
|
|
|
|
|
|
|
+ final JMath wmath = ProxyDelegator.paramWrapper(jmath, WRAPPER);
|
|
|
|
|
|
|
|
System.out.printf("jmath = %s x %s\n", jmath.width(), jmath.height() );
|
|
System.out.printf("jmath = %s x %s\n", jmath.width(), jmath.height() );
|
|
|
System.out.printf("wmath = %s x %s\n", wmath.width(), wmath.height() );
|
|
System.out.printf("wmath = %s x %s\n", wmath.width(), wmath.height() );
|