blob: 0db6275a8f7a7614559e7dc7b7f0c5e889fff3c4 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2007, 2012 IBM Corporation and others.
*
* 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:
* IBM Corporation - initial API and implementation
*******************************************************************************/
package org.eclipse.equinox.p2.tests.engine;
import org.junit.runner.RunWith;
import org.junit.runners.Suite;
/**
* Performs all engine tests.
*/
@RunWith(Suite.class)
@Suite.SuiteClasses({
CertificateCheckerTest.class, DownloadManagerTest.class, InstructionParserTest.class, EngineTest.class,
PhaseApplicabilityTest.class, PhaseSetTest.class, PhaseTest.class, ParameterizedProvisioningActionTest.class,
ProfileMetadataRepositoryTest.class, ProfileTest.class, ProfilePreferencesTest.class, ProfileRegistryTest.class,
ProvisioningContextTest.class, SurrogateProfileHandlerTest.class, ActionManagerTest.class,
TouchpointManagerTest.class, TouchpointTest.class, ProvisioningEventTest.class, VariableTest.class,
VariableTest2.class, VariableTest3.class, DebugHelperTest.class
})
public class AllTests {
// test suite
}