blob: 41f0435fd052bd9adf6c93015f36e6dc82ec9096 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 1998, 2009 Oracle. All rights reserved.
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1.0
* which accompanies this distribution.
* The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html
* and the Eclipse Distribution License is available at
* http://www.eclipse.org/org/documents/edl-v10.php.
*
* Contributors:
* dclarke - Bug 288307: Extensions Incubator - FetchPlan
******************************************************************************/
package test.fetchplan;
import org.junit.runner.RunWith;
import org.junit.runners.Suite;
@RunWith(Suite.class)
@Suite.SuiteClasses( { FetchPlanAPITests.class,
FetchPlanExamplesTests.class,
ReadObjectFetchPlanTests.class,
CompositeResultsFetchTests.class,
FetchPlanCopyTests.class,
FetchPlanMergeTests.class,
DetachedResultsTests.class,
SerializedResultsTests.class,
DefaultFetchPlanTests.class,
TestOTTO.class})
public class AllTests {
}