Package de.monticore.runtime.junit
Class AbstractMCTest
- java.lang.Object
-
- de.monticore.runtime.junit.AbstractMCTest
-
public abstract class AbstractMCTest extends java.lang.ObjectCommon 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 Constructor Description AbstractMCTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcheckLogAfterTest()voidinitAbstract()
-