blob: 3448805694318cb7db035d8f3c2ee507b98a8e13 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2018 Fabian Pfaff 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:
* Fabian Pfaff - initial API and implementation
*******************************************************************************/
package org.eclipse.ui.internal.ide;
import org.junit.runner.RunWith;
import org.junit.runners.Suite;
@RunWith(Suite.class)
@Suite.SuiteClasses({ DirectoryProposalContentAssistTest.class })
public class DirectoryProposalContentAssistTestSuite {
}