blob: fc3138a073e237209247b8493b2a19a235aa328b [file] [log] [blame]
package org.eclipse.gmf.tests.samples;
import org.eclipse.gmf.tests.setup.RuntimeBasedGeneratorConfiguration;
public class LinkLabelsTest extends BaseSampleTest {
public static final String GIT_GMFGEN_PATH = "platform:/plugin/org.eclipse.gmf.tooling.examples.linklabels/model/linklabels.gmfgen";
public LinkLabelsTest(String name) {
this(name, new RuntimeBasedGeneratorConfiguration());
}
public LinkLabelsTest(String name, RuntimeBasedGeneratorConfiguration genConfig) {
super(name, genConfig);
}
@Override
protected String getRelativeGMFGENPath() {
return GIT_GMFGEN_PATH;
}
}