/* * Copyright (c) 2010 Artem Tikhomirov and others * * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * Artem Tikhomirov (independent) - initial API and implementation */ package org.eclipse.gmf.tests.lite.rt; import org.eclipse.gmf.tests.lite.gen.LiteGeneratorConfiguration; /** * @author artem */ public class LinkCreationConstraintsTest extends org.eclipse.gmf.tests.rt.LinkCreationConstraintsTest { public LinkCreationConstraintsTest(String name) { super(name, new LiteGeneratorConfiguration()); } }