blob: 422be233a01b26dd393723997f2355876b8f2383 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2011-2018 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 2.0
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* Lucas Koehler - initial API and implementation
******************************************************************************/
package org.eclipse.emf.ecp.ide.editor.view.test;
import org.eclipse.emf.ecp.ide.editor.view.ViewEditorPart_PTest;
import org.junit.runner.RunWith;
import org.junit.runners.Suite;
import org.junit.runners.Suite.SuiteClasses;
/**
* All plugin tests for org.eclipse.emf.ecp.ide.editor.view.
*
* @author Lucas Koehler
*
*/
@RunWith(Suite.class)
@SuiteClasses({ ViewEditorPart_PTest.class })
public class AllPluginTests {
}