|
@@ -1,5 +1,5 @@
|
|
|
/**
|
|
|
- * Copyright (c) 2013 committers of YAKINDU and others.
|
|
|
+ * Copyright (c) 2014 committers of YAKINDU 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
|
|
@@ -15,12 +15,13 @@ import org.junit.runners.Suite;
|
|
|
import org.junit.runners.Suite.SuiteClasses;
|
|
|
|
|
|
@RunWith(Suite.class)
|
|
|
-@SuiteClasses({AlwaysOncycleTest.class, AssignmentAsExpressionTest.class,
|
|
|
+@SuiteClasses({ AlwaysOncycleTest.class, AssignmentAsExpressionTest.class,
|
|
|
BitExpressionsTest.class, BooleanExpressionsTest.class,
|
|
|
ChoiceTest.class, CKeywordsTest.class, DeclarationsTest.class,
|
|
|
- DeepEntryTest.class, DeepHistoryTest.class, EnterStateTest.class,
|
|
|
- EntryChoiceTest.class, ExitOnSelfTransitionTest.class,
|
|
|
- ExitStateTest.class, GuardTest.class, GuardedEntryTest.class,
|
|
|
+ DeepEntryTest.class, DeepHistoryTest.class, DynamicChoiceTest.class,
|
|
|
+ EnterStateTest.class, EntryChoiceTest.class,
|
|
|
+ ExitOnSelfTransitionTest.class, ExitStateTest.class,
|
|
|
+ FeatureCallsTest.class, GuardTest.class, GuardedEntryTest.class,
|
|
|
GuardedExitTest.class, HistoryWithoutInitialStepTest.class,
|
|
|
InEventLifeCycleTest.class, IntegerExpressionsTest.class,
|
|
|
InternalEventLifeCycleTest.class, LogicalAndTestsTest.class,
|
|
@@ -30,8 +31,9 @@ import org.junit.runners.Suite.SuiteClasses;
|
|
|
SameNameDifferentRegionTest.class, ShallowHistoryTest.class,
|
|
|
SimpleEventTest.class, StatechartLocalReactionsTest.class,
|
|
|
SimpleHierachyTest.class, StateIsActiveTest.class,
|
|
|
- STextKeywordsInStatesAndRegionsTest.class, StringExpressionsTest.class,
|
|
|
- SyncForkTest.class, SyncJoinTest.class, TimedTransitionsTest.class,
|
|
|
- TransitionWithoutConditionTest.class, ValuedEventsTest.class})
|
|
|
+ StaticChoiceTest.class, STextKeywordsInStatesAndRegionsTest.class,
|
|
|
+ StringExpressionsTest.class, SyncForkTest.class, SyncJoinTest.class,
|
|
|
+ TransitionWithoutConditionTest.class, ValuedEventsTest.class,
|
|
|
+ EntryChoiceTest.class })
|
|
|
public class AllTestsTest {
|
|
|
}
|