Class TestCase


  • public class TestCase
    extends Object
    Class containing everything necessary for test execution.
    • Method Detail

      • run

        public void run()
        Start Test execution
      • clearMocks

        public void clearMocks()
        Clear mocks after execution
      • reportExecutionException

        public void reportExecutionException​(Exception exception)
        Signal this test case that the Exception happened so the TestReport can be updated
        Parameters:
        exception - that happened