Package net.sf.minuteProject.utils

Examples of net.sf.minuteProject.utils.TestUtils


    return tableUtils;
  }

  public TestUtils getTestUtils() {
    if (testUtils == null)
      testUtils = new TestUtils();
    return testUtils;
  }
View Full Code Here


    return tableUtils;
  }

  public TestUtils getTestUtils() {
    if (testUtils == null)
      testUtils = new TestUtils();
    return testUtils;
  }
View Full Code Here

TOP

Related Classes of net.sf.minuteProject.utils.TestUtils

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.