Class MatrixTestCase

  • All Implemented Interfaces:
    junit.framework.Test

    public abstract class MatrixTestCase
    extends junit.framework.TestCase
    A test case that can be executed multiple times with different parameters.
    • Constructor Detail

      • MatrixTestCase

        public MatrixTestCase()
    • Method Detail

      • addTestParameter

        public final void addTestParameter​(String name,
                                           String value)
      • addTestParameter

        public final void addTestParameter​(String name,
                                           boolean value)
      • addTestParameter

        public final void addTestParameter​(String name,
                                           int value)
      • runTest

        protected abstract void runTest()
                                 throws Throwable
        Overrides:
        runTest in class junit.framework.TestCase
        Throws:
        Throwable