Browse Source

Changed Scope Context Predicate tests to Validation tests

Andreas Muelder 8 years ago
parent
commit
9b275eb9d9

+ 5 - 0
test-plugins/org.yakindu.sct.model.stext.test/src/org/yakindu/sct/model/stext/test/validation/STextJavaValidatorTest.java

@@ -347,6 +347,11 @@ public class STextJavaValidatorTest extends AbstractSTextValidationTest implemen
 	public void checkExpression() {
 		// Nothing to do
 	}
+	
+	@Test
+	public void checkContextElement(){
+		//Nothing to do -> this is covered by ContextPredicateProviderTest
+	}
 
 	/**
 	 * checks tht each @Check method of {@link STextJavaValidator} has a @Test