blob: ffe7b8cdc4086e2e9862362e3eb32d99ba90f78c [file] [log] [blame]
/*********************************************************************
* Copyright (c) 2019 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.evl.engine.test.acceptance.shortCircuit;
import static org.junit.Assert.*;
import org.junit.BeforeClass;
import org.junit.Test;
/**
*
*
* @author Sina Madani
* @since 1.6
*/
public class EvlShortCircuitingTests {
@BeforeClass
public static void setUpBeforeClass() throws Exception {
}
@Test
public void test() {
fail("Not yet implemented");
}
}