Class AbstractMCTest

java.lang.Object
de.monticore.runtime.junit.AbstractMCTest

public abstract class AbstractMCTest extends Object
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.
  • Constructor Details

    • AbstractMCTest

      public AbstractMCTest()
  • Method Details

    • initAbstract

      @BeforeEach public void initAbstract()
    • checkLogAfterTest

      @AfterEach public void checkLogAfterTest()