Class CommentTests
java.lang.Object
test.de.iip_ecosphere.platform.configuration.CommentTests
Tests the model for provided IVML comments.
- Author:
- Holger Eichelberger, SSE
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static final booleanrecordMissing(net.ssehub.easy.varModel.model.AbstractVariable var, SortedSet<String> missing) Called to record a variable with missing comment.voidTests for comments.
-
Constructor Details
-
CommentTests
public CommentTests()
-
-
Method Details
-
recordMissing
private static final boolean recordMissing(net.ssehub.easy.varModel.model.AbstractVariable var, SortedSet<String> missing) Called to record a variable with missing comment.- Parameters:
var- the variable without commentmissing- the missing set that may be updated as side effect- Returns:
truecount as missing,falseignore in statistics
-
testComments
public void testComments()Tests for comments.
-