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 Summary
Constructors Constructor Description TestCase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclearMocks()Clear mocks after execution(package private) voidreportExecutionException(Exception exception)Signal this test case that the Exception happened so the TestReport can be updatedvoidrun()Start Test execution
-
-
-
Method Detail
-
run
public void run()
Start Test execution
-
clearMocks
public void clearMocks()
Clear mocks after execution
-
reportExecutionException
void reportExecutionException(Exception exception)
Signal this test case that the Exception happened so the TestReport can be updated- Parameters:
exception- that happened
-
-