Ver código fonte

Nullcheck.sctunit hand in (was missing)

malknet42 11 anos atrás
pai
commit
e5fce3a4b9

+ 13 - 0
test-plugins/org.yakindu.sct.test.models/tests/NullCheck.sctunit

@@ -0,0 +1,13 @@
+
+testgroup NullCheck for statechart NullCheck {
+	
+	test SimpleNullCheckTest { 
+		enter
+				
+		assert active(NullCheck.main_region.A)
+		cycle
+		assert active(NullCheck.main_region.B)			
+
+	} 
+}
+