Class AbstractMCTest


  • public abstract class AbstractMCTest
    extends java.lang.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 Detail

      • AbstractMCTest

        public AbstractMCTest()
    • Method Detail

      • initAbstract

        @BeforeEach
        public void initAbstract()
      • checkLogAfterTest

        @AfterEach
        public void checkLogAfterTest()