Browse Source

poprawiony test

Ranides Atterwim 13 năm trước cách đây
mục cha
commit
fc53ff9afe

+ 1 - 1
src/test/java/net/ranides/assira/asm/ProxyDelegatorTest.java

@@ -73,7 +73,7 @@ public class ProxyDelegatorTest {
     @Test
     public void testCreate() {
         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("wmath = %s x %s\n", wmath.width(), wmath.height() );