com.atlassian.jira.functest.framework.dump
Class TestCaseDumpKit
java.lang.Object
com.atlassian.jira.functest.framework.dump.TestCaseDumpKit
public class TestCaseDumpKit
- extends Object
A class that can dump information about a failed test case
- Since:
- v4.0
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestCaseDumpKit
public TestCaseDumpKit()
dumpTestInformation
public static void dumpTestInformation(junit.framework.TestCase testCase,
Date when,
Throwable thrownException)
dumpTestInformation
public static void dumpTestInformation(junit.framework.TestCase testCase,
Date when,
Throwable thrownException,
boolean dumpHtml)
dumpTestInformation
public static void dumpTestInformation(junit.framework.TestCase testCase,
Date when,
Throwable thrownException,
boolean dumpHtml,
net.sourceforge.jwebunit.WebTester tester)
Copyright © 2002-2014 Atlassian. All Rights Reserved.