Search in sources :

Example 1 with StubbyLaunchConfigurationTabGroup

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

the class ExtensionPointTest method testTabGroup.

@Test
public void testTabGroup() {
    ProfileLaunchConfigurationTabGroup tabgroup = ProviderFramework.getTabGroupProvider(PROFILING_TYPE);
    // $NON-NLS-1$
    ProfileLaunchConfigurationTabGroup tabgroup2 = ProviderFramework.getTabGroupProviderFromId(PLUGIN_ID + "1");
    assertTrue(tabgroup instanceof StubbyLaunchConfigurationTabGroup);
    assertTrue(tabgroup2 instanceof StubbyLaunchConfigurationTabGroup);
}
Also used : ProfileLaunchConfigurationTabGroup(org.eclipse.linuxtools.profiling.launch.ProfileLaunchConfigurationTabGroup) StubbyLaunchConfigurationTabGroup(org.eclipse.linuxtools.profiling.provider.tests.stubby.StubbyLaunchConfigurationTabGroup) Test(org.junit.Test)

Aggregations

ProfileLaunchConfigurationTabGroup (org.eclipse.linuxtools.profiling.launch.ProfileLaunchConfigurationTabGroup)1 StubbyLaunchConfigurationTabGroup (org.eclipse.linuxtools.profiling.provider.tests.stubby.StubbyLaunchConfigurationTabGroup)1 Test (org.junit.Test)1