AllTests.sctunit 1.2 KB

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