public class TestInformationKit
extends com.atlassian.jira.testkit.client.dump.TestInformationKit
This code uses static variables however thats OK because the func tests are single threaded and run one after the other, so statics are fine.
Modifier and Type | Class and Description |
---|---|
static class |
TestInformationKit.TestCaseInfo |
Constructor and Description |
---|
TestInformationKit() |
Modifier and Type | Method and Description |
---|---|
static List<TestInformationKit.TestCaseInfo> |
getAllTestsRun() |
static String |
getEndMsg(org.junit.runner.Description testCase,
String tenant,
long runtimeMS,
FuncTestWebClientListener webClientListener) |
static String |
getEndMsg(org.junit.runner.Description description,
String tenant,
long runtimeMS,
FuncTestWebClientListener webClientListener,
Throwable problemT) |
static String |
getEndMsg(String testName,
String tenant,
long runtimeMS,
FuncTestWebClientListener webClientListener,
Throwable problemT) |
static String |
getEndMsg(junit.framework.TestCase testCase,
String tenant,
long runtimeMS) |
static String |
getEndMsg(junit.framework.TestCase testCase,
String tenant,
long runtimeMS,
FuncTestWebClientListener webClientListener) |
static String |
getEndMsg(junit.framework.TestCase testCase,
String tenant,
long runtimeMS,
FuncTestWebClientListener webClientListener,
Throwable problemT) |
static String |
getEndMsg(junit.framework.TestCase testCase,
String tenant,
long runtimeMS,
Throwable problemT) |
static String |
getStartMsg(org.junit.runner.Description description,
String tenant) |
static String |
getStartMsg(String testName,
String tenant) |
static String |
getStartMsg(junit.framework.TestCase testCase,
String tenant) |
static TestInformationKit.TestCaseInfo |
getTotals() |
static void |
startTestSuite(int totalTestCases) |
public static void startTestSuite(int totalTestCases)
public static String getStartMsg(org.junit.runner.Description description, String tenant)
public static String getEndMsg(junit.framework.TestCase testCase, String tenant, long runtimeMS)
public static String getEndMsg(junit.framework.TestCase testCase, String tenant, long runtimeMS, FuncTestWebClientListener webClientListener)
public static String getEndMsg(org.junit.runner.Description testCase, String tenant, long runtimeMS, FuncTestWebClientListener webClientListener)
public static String getEndMsg(junit.framework.TestCase testCase, String tenant, long runtimeMS, Throwable problemT)
public static String getEndMsg(junit.framework.TestCase testCase, String tenant, long runtimeMS, FuncTestWebClientListener webClientListener, Throwable problemT)
public static String getEndMsg(org.junit.runner.Description description, String tenant, long runtimeMS, FuncTestWebClientListener webClientListener, Throwable problemT)
public static String getEndMsg(String testName, String tenant, long runtimeMS, FuncTestWebClientListener webClientListener, Throwable problemT)
public static List<TestInformationKit.TestCaseInfo> getAllTestsRun()
public static TestInformationKit.TestCaseInfo getTotals()
Copyright © 2002-2015 Atlassian. All Rights Reserved.