blob: c657fca4d21f3c83d9893d2fb3fc725828725b85 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2011-2014 EclipseSource Muenchen GmbH 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:
* Johannes Faltermeier - initial API and implementation
******************************************************************************/
package org.eclipse.emf.ecp.validation.diagnostician.test;
import org.junit.runner.RunWith;
import org.junit.runners.Suite;
/**
* @author jfaltermeier
*
*/
@RunWith(Suite.class)
@Suite.SuiteClasses({ Diagnostician_PTest.class })
public class AllTests {
}