java.lang.Object |
↳ |
com.atlassian.jira.testkit.client.dump.TestInformationKit |
|
↳ |
com.atlassian.jira.functest.framework.dump.TestInformationKit |
Class Overview
Contains common code for generated test messages and the like. This is used by both the old JIRAWebtest code and the
new FuncTestCase code.
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.
Summary
Nested Classes |
class |
TestInformationKit.TestCaseInfo |
|
Public Methods |
synchronized
static
List<TestInformationKit.TestCaseInfo>
|
getAllTestsRun()
|
static
String
|
getEndMsg(TestCase testCase, String tenant, long runtimeMS, Throwable problemT)
|
static
String
|
getEndMsg(TestCase testCase, String tenant, long runtimeMS)
|
static
String
|
getEndMsg(TestCase testCase, String tenant, long runtimeMS, FuncTestWebClientListener webClientListener)
|
synchronized
static
String
|
getEndMsg(TestCase testCase, String tenant, long runtimeMS, FuncTestWebClientListener webClientListener, Throwable problemT)
|
synchronized
static
String
|
getStartMsg(TestCase testCase, String tenant)
|
synchronized
static
TestInformationKit.TestCaseInfo
|
getTotals()
|
synchronized
static
void
|
startTestSuite(int totalTestCases)
|
[Expand]
Inherited Methods |
From class
com.atlassian.jira.testkit.client.dump.TestInformationKit
|
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
|
Public Constructors
public
TestInformationKit
()
Public Methods
public
static
String
getEndMsg
(TestCase testCase, String tenant, long runtimeMS)
public
static
synchronized
String
getStartMsg
(TestCase testCase, String tenant)
public
static
synchronized
void
startTestSuite
(int totalTestCases)