blob: feda5d3750f1c749a0e8d07fc9866b7b2c47b776 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2011-2013 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.view.ui.editor.test;
import org.junit.runner.RunWith;
import org.junit.runners.Suite;
/**
* @author jfaltermeier
*
*/
@RunWith(Suite.class)
@Suite.SuiteClasses({
OpenEditor_PTest.class // ,
// ModifyNavigatorTest.class,
// DynamicContainmentTreeSWTBot_PTest.class,
// ControlsSWTBot_PTest.class,
// TableControlSWTBot_PTest.class,
// XmlDateControlSWTBotPTest.class,
// CellReadOnly_PTest.class
})
public class AllUITests {
}