12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- testsuite AllTests {
- AlwaysOncycle,
- AssignmentAsExpression,
- BitExpressions,
- BooleanExpressions,
- CastExpressions,
- Choice,
- CKeywords,
- ConditionalExpression,
- ConstantsTests,
- Declarations,
- DeepEntry,
- DeepHistory,
- DynamicChoice,
- EmptyTransition,
- EnterState,
- EntryChoice,
- EntryExitSelfTransition,
- EntryReactionAction,
- ExitOnSelfTransition,
- ExitState,
- FeatureCalls,
- FinalState,
- Guard,
- GuardedEntry,
- GuardedExit,
- HistoryWithExitPoint,
- HistoryWithoutInitialStep,
- InEventLifeCycle,
- IntegerExpressions,
- InternalEventLifeCycle,
- LocalReactions,
- LogicalAndTests,
- LogicalOrTests,
- NamedInterfaceAccess,
- // OperationsWithoutBraces,
- OutEventLifeCycle,
- Parenthesis,
- PriorityValues,
- RaiseEvent,
- ReadOnlyVariable,
- SameNameDifferentRegion,
- ShallowHistory,
- ShallowHistoryWithDeepEntry,
- SimpleEvent,
- SimpleHierachy,
- StatechartActive,
- StatechartLocalReactions,
- StateIsActive,
- StaticChoice,
- STextKeywordsInStatesAndRegions,
- StringExpressions,
- SyncFork,
- SyncJoin,
- TransitionWithoutCondition,
- TriggerGuardExpressions,
- TriggerExpressionPrecedence,
- ValuedEvents,
- TypeAlias
- //Add the following tests if sct unit Java and C++ generators
- // support mock timer service generation
- //StatemachineKeywords,
- //TimedTransitions,
- }
|