Package com.zenesis.qx.remote.test.simple

Examples of com.zenesis.qx.remote.test.simple.TestBootstrap


  public void test1() throws Exception {
    StringWriter sw = new StringWriter();
    PrintWriter pw = new PrintWriter(sw);

    pw.println(tracker.toJSON(new TestBootstrap()));
    assertFromFile(sw.toString(), "SerialisationTests6.test1");
  }
View Full Code Here

TOP

Related Classes of com.zenesis.qx.remote.test.simple.TestBootstrap

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.