blob: 53b80cddda3257f5b9b798796b3011be5d0d15da [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2011 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/
*
* Contributors:
* Antonio Garcia-Dominguez - initial API and implementation
******************************************************************************/
package org.eclipse.epsilon.eol.engine.test.acceptance;
import org.eclipse.epsilon.eol.engine.test.acceptance.eunit.EUnitRunner;
import org.junit.runner.RunWith;
/**
* Test that returning the wrong type from an operation reports an exception.
*/
@RunWith(EUnitRunner.class)
public class ReturnTypeTests {
}