Search in sources :

Example 1 with Activator

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);
}
Also used : Activator(org.eclipse.tracecompass.internal.tmf.core.Activator) Test(org.junit.Test)

Aggregations

Activator (org.eclipse.tracecompass.internal.tmf.core.Activator)1 Test (org.junit.Test)1