AllTests.sctunit 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. testsuite AllTests {
  2. AlwaysOncycle,
  3. AssignmentAsExpression,
  4. BitExpressions,
  5. BooleanExpressions,
  6. CastExpressions,
  7. Choice,
  8. CKeywords,
  9. ConditionalExpression,
  10. ConstantsTests,
  11. ConstOnlyDefaultScope,
  12. ConstOnlyInternalScope,
  13. ConstOnlyNamedScope,
  14. Declarations,
  15. DeepEntry,
  16. DeepHistory,
  17. DynamicChoice,
  18. EmptyTransition,
  19. EnterState,
  20. EntryChoice,
  21. EntryExitSelfTransition,
  22. EntryReactionAction,
  23. ExitOnSelfTransition,
  24. ExitState,
  25. FeatureCalls,
  26. FinalState,
  27. Guard,
  28. GuardedEntry,
  29. GuardedExit,
  30. HistoryWithExitPoint,
  31. HistoryWithoutInitialStep,
  32. InEventLifeCycle,
  33. IntegerExpressions,
  34. InternalEventLifeCycle,
  35. LocalReactions,
  36. LogicalAndTests,
  37. LogicalOrTests,
  38. NamedInterfaceAccess,
  39. OperationsTest,
  40. // OperationsWithoutBraces,
  41. OutEventLifeCycle,
  42. Parenthesis,
  43. PriorityValues,
  44. RaiseEvent,
  45. ReadOnlyVariable,
  46. SameNameDifferentRegion,
  47. ShallowHistory,
  48. ShallowHistoryWithDeepEntry,
  49. SimpleEvent,
  50. SimpleHierachy,
  51. StatechartActive,
  52. StatechartLocalReactions,
  53. StateIsActive,
  54. StaticChoice,
  55. STextKeywordsInStatesAndRegions,
  56. StringExpressions,
  57. SyncFork,
  58. SyncJoin,
  59. TransitionWithoutCondition,
  60. TriggerGuardExpressions,
  61. TriggerExpressionPrecedence,
  62. ValuedEvents,
  63. TypeAlias
  64. //Add the following tests if sct unit Java and C++ generators
  65. // support mock timer service generation
  66. //StatemachineKeywords,
  67. //TimedTransitions,
  68. }