Browse Source

Added named interface access test to allTests.

markus.muehlbrandt@googlemail.com 12 years ago
parent
commit
ce1c1c6be9
1 changed files with 12 additions and 12 deletions
  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,