Search in sources :

Example 1 with StubbyLaunchConfigurationDelegate

use of org.eclipse.linuxtools.profiling.provider.tests.stubby.StubbyLaunchConfigurationDelegate in project linuxtools by eclipse.

the class ExtensionPointTest method testDelegate.

@Test
public void testDelegate() {
    // $NON-NLS-1$
    AbstractCLaunchDelegate delegate = ProviderFramework.getConfigurationDelegateFromId(PLUGIN_ID + "1");
    assertTrue(delegate instanceof StubbyLaunchConfigurationDelegate);
}
Also used : StubbyLaunchConfigurationDelegate(org.eclipse.linuxtools.profiling.provider.tests.stubby.StubbyLaunchConfigurationDelegate) AbstractCLaunchDelegate(org.eclipse.cdt.launch.AbstractCLaunchDelegate) Test(org.junit.Test)

Aggregations

AbstractCLaunchDelegate (org.eclipse.cdt.launch.AbstractCLaunchDelegate)1 StubbyLaunchConfigurationDelegate (org.eclipse.linuxtools.profiling.provider.tests.stubby.StubbyLaunchConfigurationDelegate)1 Test (org.junit.Test)1