use of org.eclipse.linuxtools.profiling.provider.tests.stubby.StubbyLaunchShortcut in project linuxtools by eclipse.
the class ExtensionPointTest method testShortCut.
@Test
public void testShortCut() {
// $NON-NLS-1$
ProfileLaunchShortcut shortcut = ProviderFramework.getLaunchShortcutProviderFromId(PLUGIN_ID + "1");
ProfileLaunchShortcut shortcut2 = ProviderFramework.getProfilingProvider(PROFILING_TYPE);
assertTrue(shortcut instanceof StubbyLaunchShortcut);
assertTrue(shortcut2 instanceof StubbyLaunchShortcut);
}
Aggregations