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