Package de.monticore.runtime.junit


package de.monticore.runtime.junit
  • Class
    Description
    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 is a collection of utility methods that support asserting conditions in MontiCore tests.
     
    Offers functions to test pretty printers
    PrettyPrinterTester.ParseFunction<N extends de.monticore.ast.ASTNode>
    Represents the function that parses a String.
    Performs the tests within the scope of a language.