Package de.monticore.runtime.junit
Class AbstractMCTest
java.lang.Object
de.monticore.runtime.junit.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.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
AbstractMCTest
public AbstractMCTest()
-
-
Method Details
-
initAbstract
@BeforeEach public void initAbstract() -
checkLogAfterTest
@AfterEach public void checkLogAfterTest()
-