|
|
@@ -1,30 +1,7 @@
|
|
|
|
|
|
-testgroup Operations for statechart Operations{
|
|
|
- test OperationsSimpleTest {
|
|
|
+testgroup Operations for statechart Operations {
|
|
|
+ test OperationCallback {
|
|
|
enter
|
|
|
-// assert active (Operations.main_region.A)
|
|
|
-//
|
|
|
-// cycle
|
|
|
-// assert active (Operations.main_region.B)
|
|
|
-
|
|
|
- }
|
|
|
-
|
|
|
-
|
|
|
-// test OperationsTest {
|
|
|
-// enter
|
|
|
-// assert active (Operations.main_region.A)
|
|
|
-//
|
|
|
-// cycle
|
|
|
-// assert active (Operations.main_region.B)
|
|
|
-// raise ev
|
|
|
-// cycle
|
|
|
-//
|
|
|
-// assert active (Operations.main_region.C)
|
|
|
-// raise ev
|
|
|
-// cycle
|
|
|
-//
|
|
|
-// assert active (Operations.main_region.D)
|
|
|
-//
|
|
|
-// }
|
|
|
-}
|
|
|
-
|
|
|
+ }
|
|
|
+}
|
|
|
+
|