Package com.google.gwt.dev.jjs.test.jsointfs

Examples of com.google.gwt.dev.jjs.test.jsointfs.JsoInterfaceWithUnreferencedImpl


      assertEquals(4.0, ((Log2) l2).log2(16));
    }
  }

  public void testUnreferencedType() {
    JsoInterfaceWithUnreferencedImpl o = (JsoInterfaceWithUnreferencedImpl) JavaScriptObject.createObject();
    assertNotNull(o);
    assertTrue(o.isOk());
  }
View Full Code Here

TOP

Related Classes of com.google.gwt.dev.jjs.test.jsointfs.JsoInterfaceWithUnreferencedImpl

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.