Package junit.extensions.eclipse.quick.internal.launch

Examples of junit.extensions.eclipse.quick.internal.launch.QuickJUnitLaunchShortcut


public class ExtensionSupport {

    public static final String QUICK_JUNIT_DEFAULT = "QuickJUnitDefault";

  public static ILaunchShortcut createJUnitLaunchShortcut() throws CoreException {
      return new QuickJUnitLaunchShortcut();
//        return createLaunchShortcut("org.eclipse.jdt.junit"); //$NON-NLS-1$
    }
View Full Code Here

TOP

Related Classes of junit.extensions.eclipse.quick.internal.launch.QuickJUnitLaunchShortcut

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.