Package de.monticore.runtime.junit
-
Interface Summary Interface Description PrettyPrinterTester.ParseFunction<N extends de.monticore.ast.ASTNode> Represents the function that parses a String. -
Class Summary Class Description AbstractMCTest Common abstract super class for MontiCore language tests Ensures, that the correct Log is initialized and no findings are present after a test; findings are either expected to not occur at all or, if they occur, are checked and removed afterward, s.a.MCAssertions MCAssertions is a collection of utility methods that support asserting conditions in MontiCore tests.MCLanguageTestExtension PrettyPrinterTester Offers functions to test pretty printers -
Annotation Types Summary Annotation Type Description TestWithMCLanguage Performs the tests within the scope of a language.