Class TestInformationKit

java.lang.Object
com.atlassian.jira.testkit.client.dump.TestInformationKit
com.atlassian.jira.functest.framework.dump.TestInformationKit

public class TestInformationKit extends com.atlassian.jira.testkit.client.dump.TestInformationKit
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.

Since:
v4.0