blob: 3a44a979c2ba80c36c89b922fac8a1e54d95d873 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2017 Ericsson.
*
* 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
*******************************************************************************/
package org.eclipse.cdt.codan.checkers.ui.quickfix;
import org.junit.runner.RunWith;
import org.junit.runners.Suite;
import org.junit.runners.Suite.SuiteClasses;
@RunWith(Suite.class)
@SuiteClasses({ QuickFixCreateNewClassTest.class })
public class AutomatedIntegrationSuite {
}