blob: b19ccdca54d7e31c92cfa1b013833cfc764173ae [file] [log] [blame]
package org.eclipse.wst.sse.core.tests;
import junit.framework.TestCase;
import org.eclipse.wst.sse.core.internal.SSECorePlugin;
public class ExistenceTest extends TestCase {
public void testPluginExists(){
assertNotNull(SSECorePlugin.getDefault());
}
}