public static class

TestInformationKit.TestCaseInfo

extends Object
implements Comparable<T>
java.lang.Object
   ↳ com.atlassian.jira.functest.framework.dump.TestInformationKit.TestCaseInfo

Summary

Public Constructors
TestInformationKit.TestCaseInfo(String testName, boolean testPassed, long runtimeMS, long httpRequestCount, long httpTimeMS, long http100thMS, long http90thMS, long http50thMS, long parseTimeNanos, long parseCount)
Public Methods
TestInformationKit.TestCaseInfo add(TestInformationKit.TestCaseInfo right)
int compareTo(Object o)
long getHttp100thMS()
long getHttp50thMS()
long getHttp90thMS()
long getHttpRequestCount()
long getHttpTimeMS()
double getMsPerRequest()
long getParseCount()
long getParseTimeMS()
long getParseTimeNanos()
long getRuntimeMS()
String getTestName()
boolean isTestPassed()
[Expand]
Inherited Methods
From class java.lang.Object
From interface java.lang.Comparable

Public Constructors

public TestInformationKit.TestCaseInfo (String testName, boolean testPassed, long runtimeMS, long httpRequestCount, long httpTimeMS, long http100thMS, long http90thMS, long http50thMS, long parseTimeNanos, long parseCount)

Public Methods

public int compareTo (Object o)

public long getHttp100thMS ()

public long getHttp50thMS ()

public long getHttp90thMS ()

public long getHttpRequestCount ()

public long getHttpTimeMS ()

public double getMsPerRequest ()

public long getParseCount ()

public long getParseTimeMS ()

public long getParseTimeNanos ()

public long getRuntimeMS ()

public String getTestName ()

public boolean isTestPassed ()