blob: af4d8bfb1f0641994a847119c5e42e7b77e17607 [file] [log] [blame]
/**********************************************************************
* This file is part of "Object Teams Development Tooling"-Software
*
* Copyright 2004, 2010 Fraunhofer Gesellschaft, Munich, Germany,
* for its Fraunhofer Institute and Computer Architecture and Software
* Technology (FIRST), Berlin, Germany and Technical University Berlin,
* Germany.
*
* 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
* $Id: AllTests.java 23495 2010-02-05 23:15:16Z stephan $
*
* Please visit http://www.eclipse.org/objectteams for updates and contact.
*
* Contributors:
* Fraunhofer FIRST - Initial API and implementation
* Technical University Berlin - Initial API and implementation
**********************************************************************/
package org.eclipse.objectteams.otdt.ui.tests;
import org.junit.runner.RunWith;
import org.junit.runners.Suite;
/**
* @author anklam
*
* @version $Id: AllTests.java 23495 2010-02-05 23:15:16Z stephan $
*/
@RunWith(Suite.class)
@Suite.SuiteClasses({
org.eclipse.objectteams.otdt.ui.tests.contentprovider.AllTests.class,
org.eclipse.objectteams.otdt.ui.tests.typecreator.AllTests.class,
org.eclipse.objectteams.otdt.ui.tests.hierarchy.contentprovider.AllTests.class,
org.eclipse.objectteams.otdt.ui.tests.callinmarker.CallinMarkerTests.class,
org.eclipse.objectteams.otdt.ui.tests.core.OrganizeImportsTest.class,
org.eclipse.objectteams.otdt.ui.tests.core.CodeCompletionTest.class,
org.eclipse.objectteams.otdt.ui.tests.core.OTQuickFixTest.class,
})
public class AllTests {
}