public static class TestInformationKit.TestCaseInfo extends Object implements Comparable
| Constructor and Description |
|---|
TestCaseInfo(String testName,
boolean testPassed,
long runtimeMS,
long httpRequestCount,
long httpTimeMS,
long http100thMS,
long http90thMS,
long http50thMS,
long parseTimeNanos,
long parseCount) |
| Modifier and Type | Method and Description |
|---|---|
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() |
public TestCaseInfo(String testName, boolean testPassed, long runtimeMS, long httpRequestCount, long httpTimeMS, long http100thMS, long http90thMS, long http50thMS, long parseTimeNanos, long parseCount)
public int compareTo(Object o)
compareTo in interface Comparablepublic String getTestName()
public boolean isTestPassed()
public long getRuntimeMS()
public long getHttpRequestCount()
public long getHttpTimeMS()
public long getHttp100thMS()
public long getHttp90thMS()
public long getHttp50thMS()
public double getMsPerRequest()
public long getParseTimeNanos()
public long getParseTimeMS()
public long getParseCount()
public TestInformationKit.TestCaseInfo add(TestInformationKit.TestCaseInfo right)
Copyright © 2002-2018 Atlassian. All Rights Reserved.