Class AbstractCompilerTestCase

java.lang.Object
org.qbicc.test.AbstractCompilerTestCase

public abstract class AbstractCompilerTestCase extends Object
A class which is usable as a base class for simple test cases which use the compiler and need a compiler context.
  • Field Details

  • Constructor Details

    • AbstractCompilerTestCase

      public AbstractCompilerTestCase()
  • Method Details

    • setUp

      @BeforeAll protected static void setUp()
    • cleanUp

      @AfterAll protected static void cleanUp()