Home | History | Annotate | Download | only in junit

Lines Matching refs:launch

16 package com.android.ide.eclipse.adt.internal.launch.junit;
20 import com.android.ide.eclipse.adt.internal.launch.DelayedLaunchInfo;
21 import com.android.ide.eclipse.adt.internal.launch.IAndroidLaunchAction;
22 import com.android.ide.eclipse.adt.internal.launch.LaunchMessages;
23 import com.android.ide.eclipse.adt.internal.launch.junit.runtime.AndroidJUnitLaunchInfo;
24 import com.android.ide.eclipse.adt.internal.launch.junit.runtime.RemoteAdtTestRunner;
43 * A launch action that executes a instrumentation test run on an Android device.
59 * Launch a instrumentation test run on given Android devices.
60 * Reuses JDT JUnit launch delegate so results can be communicated back to JDT JUnit UI.
79 junitDelegate.launch(info.getLaunch().getLaunchConfiguration(), mode, info.getLaunch(),
100 * Extends the JDT JUnit launch delegate to allow for JUnit UI reuse.
111 * @see org.eclipse.jdt.junit.launcher.JUnitLaunchConfigurationDelegate#launch(org.eclipse.debug.core.ILaunchConfiguration, java.lang.String, org.eclipse.debug.core.ILaunch, org.eclipse.core.runtime.IProgressMonitor)
114 public synchronized void launch(ILaunchConfiguration configuration, String mode,
115 ILaunch launch, IProgressMonitor monitor) throws CoreException {
117 super.launch(configuration, mode, launch, monitor);
149 * Provides a VM runner implementation which starts a inline implementation of a launch process
164 public void run(final VMRunnerConfiguration config, ILaunch launch,
169 launch.addProcess(runnerProcess);
175 * Launch process that executes the tests.
284 "Test launch failed due to internal error: Running tests on UI thread");