소스 검색

[YAKHMI-1146] Enriched CastExpression test

malknet42 11 년 전
부모
커밋
5489f4cdea
1개의 변경된 파일0개의 추가작업 그리고 12개의 파일을 삭제
  1. 0 12
      test-plugins/org.yakindu.sct.test.models/tests/CastExpression.sctunit

+ 0 - 12
test-plugins/org.yakindu.sct.test.models/tests/CastExpression.sctunit

@@ -1,12 +0,0 @@
-
-testgroup CastExpression for statechart CastExpressions{
-	
-	test CastExpressionTest { 
-		enter
-		assert realValue == 5
-		assert intValue == 5
-		cycle
-		assert realValue == 15
-	} 
-}
-