Class TestCase

java.lang.Object
de.ikor.sip.foundation.testkit.workflow.TestCase

public class TestCase extends Object
Class containing everything necessary for test execution.
  • Constructor Details

  • Method Details

    • 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