Examples of doTestJBossSerialization()


Examples of org.jboss.serial.benchmarks.SizeBenchmarkTestCase.doTestJBossSerialization()

  public void testRegressionTest1() throws Exception
  {
    TestPrivateExternalizable test = TestPrivateExternalizable.createTestInstance();
    SizeBenchmarkTestCase bench = new SizeBenchmarkTestCase();
    bench.doTestJBossSerialization(test);
   
    // force reconstruction of SoftReferences
   
    ArrayList list = new ArrayList();
    int i=0;
View Full Code Here

Examples of org.jboss.serial.benchmarks.SizeBenchmarkTestCase.doTestJBossSerialization()

    catch (Throwable e)
    {
    }
    list.clear();
    list = null;
    bench.doTestJBossSerialization(test);
   
  }
 
}
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.