blob: 1368ccbd1b9ac9f03354a415d1139332f4453078 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2008, 2016 xored software, Inc.
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v. 2.0 which is available at
* http://www.eclipse.org/legal/epl-2.0.
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* xored software, Inc. - initial API and Implementation (Alex Panchenko)
*******************************************************************************/
package org.eclipse.dltk.ruby.formatter.tests;
import org.junit.runner.RunWith;
import org.junit.runners.Suite;
@RunWith(Suite.class)
@Suite.SuiteClasses({ ParserTest.class, SimpleTests.class,
ClassesAndMethodsTest.class, ModulesTest.class, BlocksTest.class,
RDocTest.class, IfTest.class, BeginTest.class, DoTest.class,
CommentsTest.class, UnaryPlusTest.class, HereDocumentTest.class,
StringsTest.class, RegexpTest.class, RubyDoc1Test.class,
RubyDoc2Test.class, FormatRubyLibTest.class })
public class AllTests {
}