blob: 97d2d0347a71fb3308dab222a931059a5c163b4d [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2012 SAP AG 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:
* SAP AG - initial API and implementation
*******************************************************************************/
package org.eclipse.platform.discovery.destprefs.test.unit;
import org.eclipse.platform.discovery.destprefs.test.unit.xpparser.SearchDestinationsConfiguratorXPParserTest;
import org.junit.runner.RunWith;
import org.junit.runners.Suite;
import org.junit.runners.Suite.SuiteClasses;
@SuiteClasses({ SearchDestinationsConfiguratorXPParserTest.class })
@RunWith(Suite.class)
public class AllTestsSuite {
}