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);
}
Aggregations