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; } }