Class TestCaseDumpKit
java.lang.Object
com.atlassian.jira.functest.framework.dump.TestCaseDumpKit
A class that can dump information about a failed test case
- Since:
- v4.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voiddumpRestTestInformation(jakarta.ws.rs.ClientErrorException e, org.junit.runner.Description description) static voiddumpTestInformation(DumpDataProvider dataProvider, Date when, Throwable thrownException, boolean dumpHtml)
-
Constructor Details
-
TestCaseDumpKit
public TestCaseDumpKit()
-
-
Method Details
-
dumpTestInformation
public static void dumpTestInformation(DumpDataProvider dataProvider, Date when, Throwable thrownException, boolean dumpHtml) -
dumpRestTestInformation
public static void dumpRestTestInformation(jakarta.ws.rs.ClientErrorException e, org.junit.runner.Description description)
-