Class JUnit4TestCaseFacade

    • Field Detail

    • Constructor Detail

      • JUnit4TestCaseFacade

        JUnit4TestCaseFacade​(Description description)
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • countTestCases

        public int countTestCases()
        Description copied from interface: Test
        Counts the number of test cases that will be run by this test.
        Specified by:
        countTestCases in interface Test
      • run

        public void run​(TestResult result)
        Description copied from interface: Test
        Runs a test and collects its result in a TestResult instance.
        Specified by:
        run in interface Test