1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374 |
- testsuite AllTests {
- AlwaysOncycle,
- AssignmentAsExpression,
- BitExpressions,
- BooleanExpressions,
- CastExpressions,
- Choice,
- CKeywords,
- ConditionalExpression,
- ConstantsTests,
- ConstOnlyDefaultScope,
- ConstOnlyInternalScope,
- ConstOnlyNamedScope,
- // ChildFirstExecutionHierarchy,
- // ChildFirstLocalReactions,
- // ChildFirstOrthogonalReactions,
- 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,
- OperationsTest,
- // OperationsWithoutBraces,
- OutEventLifeCycle,
- Parenthesis,
- // ParentFirstExecutionHierarchy,
- // ParentFirstLocalReactions,
- // ParentFirstOrthogonalReactions,
- 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,
- }
|