blob: 6c1bd5e06fab375f1edbf573b01c51db5c53a76a [file] [log] [blame]
/*********************************************************************
* Copyright (c) 2008 The University of York.
*
* This program and the accompanying materials are made
* available under the terms of the Eclipse Public License 2.0
* which is available at https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
**********************************************************************/
package org.eclipse.epsilon.flexmi.test;
import org.junit.Test;
public class IncludeImportTests extends FlexmiTests {
@Test
public void testUniqueC1() throws Exception {
assertEval("EClass.all.selectOne(c|c.name='C3').eSuperTypes.first() == EClass.all.selectOne(c|c.name='C1')",
true, "include-import/valid-main.flexmi");
}
}