
Public Member Functions | |
| ErrorTestCase () | |
| ErrorTestCase (String errorMessage) | |
| String | filterErrorMessages (String str) |
| String | getErrorMessage () |
| void | setErrorMessage (String errorMessage) |
Protected Member Functions | |
| boolean | testProblems (Collection< Problem > problems) |
| Perform tests on a set of semantic problems. | |
| boolean | testTransformedProblems (Collection< Problem > problems) |
| Perform tests on the set of semantic problems found after transform canonical step. | |
Package Attributes | |
| String | errorMessage = "" |
| org.jmodelica.modelica.compiler.ErrorTestCase.ErrorTestCase | ( | ) |
| org.jmodelica.modelica.compiler.ErrorTestCase.ErrorTestCase | ( | String | errorMessage | ) |
| String org.jmodelica.modelica.compiler.ErrorTestCase.filterErrorMessages | ( | String | str | ) |
| String org.jmodelica.modelica.compiler.ErrorTestCase.getErrorMessage | ( | ) |
| void org.jmodelica.modelica.compiler.ErrorTestCase.setErrorMessage | ( | String | errorMessage | ) |
| boolean org.jmodelica.modelica.compiler.ErrorTestCase.testProblems | ( | Collection< Problem > | problems | ) | [protected] |
Perform tests on a set of semantic problems.
Default implementation fails if any errors other than COMPLIANCE were found, and returns false otherwise.
true if test case shoule stop after this method Reimplemented from org.jmodelica.modelica.compiler.TestCase.
| boolean org.jmodelica.modelica.compiler.ErrorTestCase.testTransformedProblems | ( | Collection< Problem > | problems | ) | [protected] |
Perform tests on the set of semantic problems found after transform canonical step.
Default implementation fails if any errors other than COMPLIANCE were found, and returns false otherwise.
true if test case shoule stop after this method Reimplemented from org.jmodelica.modelica.compiler.TestCase.
String org.jmodelica.modelica.compiler.ErrorTestCase.errorMessage = "" [package] |
1.5.8