Преглед на файлове

Added named interface access test to allTests.

markus.muehlbrandt@googlemail.com преди 12 години
родител
ревизия
ce1c1c6be9
променени са 1 файла, в които са добавени 12 реда и са изтрити 12 реда
  1. 12 12
      test-plugins/org.yakindu.sct.test.models/tests/AllTests.sctunit

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

@@ -1,18 +1,18 @@
 testsuite AllTests {  
-	AlwaysOncycle , AssignmentAsExpression, BitExpressions , BooleanExpressions , CKeywords,
-	Declarations, Choice , DeepHistory,
-	EnterState,
-	ExitState,
-	ExitOnSelfTransition,
+	AlwaysOncycle, AssignmentAsExpression,
+	BitExpressions, BooleanExpressions,
+	Choice, CKeywords,
+	Declarations, DeepHistory,
+	EnterState, ExitOnSelfTransition, ExitState,
 	//FeatureCalls,
-	Guard,
-	GuardedEntry,
-	GuardedExit, 
+	Guard, GuardedEntry, GuardedExit, 
 	HistoryWithoutInitialStep,
-	IntegerExpressions,
-	InEventLifeCycle, InternalEventLifeCycle, OutEventLifeCycle,
-	Parenthesis, PriorityValues , RaiseEvent , SameNameDifferentRegion , ShallowHistory ,
-	SimpleHierachy , StateIsActive , StatechartLocalReactions,
+	InEventLifeCycle, IntegerExpressions, InternalEventLifeCycle,
+	NamedInterfaceAccess,
+	OutEventLifeCycle,
+	Parenthesis, PriorityValues,
+	RaiseEvent,
+	SameNameDifferentRegion, ShallowHistory, SimpleHierachy , StateIsActive , StatechartLocalReactions,
 	StringExpressions, 
 	SyncFork,
 	SyncJoin,