use of org.eclipse.tracecompass.internal.tmf.core.Activator in project tracecompass by tracecompass.
the class TmfCorePluginTest method testGetDefault.
/**
* Test the getDefault() static method.
*/
@Test
public void testGetDefault() {
Activator plugin = Activator.getDefault();
assertEquals("getDefault()", plugin, fPlugin);
}