com.atlassian.jira.functest.framework.dump
Class TestCaseDumpKit

java.lang.Object
  extended by 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

Constructor Summary
TestCaseDumpKit()
           
 
Method Summary
static void dumpTestInformation(junit.framework.TestCase testCase, Date when, Throwable thrownException)
           
static void dumpTestInformation(junit.framework.TestCase testCase, Date when, Throwable thrownException, boolean dumpHtml)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestCaseDumpKit

public TestCaseDumpKit()
Method Detail

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)


Copyright © 2002-2012 Atlassian. All Rights Reserved.