Package test.performance.registration.support

Examples of test.performance.registration.support.Standard


   */
  public static Test suite()
  {
    TestSuite suite = new TestSuite("Registation Performance tests");

    suite.addTest(new RegistrationTEST("testIt", new Standard(), "test:test=test", "Standard"));

    return suite;
  }
View Full Code Here


   */
  public static Test suite()
  {
    TestSuite suite = new TestSuite("Registation Performance tests");

    suite.addTest(new RegistrationTEST("testIt", new Standard(), "test:test=test", "Standard"));

    return suite;
  }
View Full Code Here

TOP

Related Classes of test.performance.registration.support.Standard

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.