Package org.eclipse.jdt.ui.tests.refactoring

Examples of org.eclipse.jdt.ui.tests.refactoring.Java15Setup


  private static final Class clazz= ConvertConstantsToEnumTests.class;
 
  private static final String REFACTORING_PATH = "ConvertConstantsToEnum/"; //$NON-NLS-1$
 
  public static Test suite() {
    return new Java15Setup(new TestSuite(clazz));
  }
View Full Code Here


  public static Test suite() {
    return new Java15Setup(new TestSuite(clazz));
  }
 
  public static Test setUpTest(Test someTest) {
    return new Java15Setup(someTest);
  }
View Full Code Here

TOP

Related Classes of org.eclipse.jdt.ui.tests.refactoring.Java15Setup

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.