com.atlassian.jira.functest.framework.dump
Class TestInformationKit.TestCaseInfo
java.lang.Object
com.atlassian.jira.functest.framework.dump.TestInformationKit.TestCaseInfo
- All Implemented Interfaces:
- Comparable
- Enclosing class:
- TestInformationKit
public static class TestInformationKit.TestCaseInfo
- extends Object
- implements Comparable
Constructor Summary |
TestInformationKit.TestCaseInfo(String testName,
boolean testPassed,
long runtimeMS,
long httpRequestCount,
long httpTimeMS,
long http100thMS,
long http90thMS,
long http50thMS,
long parseTimeNanos,
long parseCount)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestInformationKit.TestCaseInfo
public TestInformationKit.TestCaseInfo(String testName,
boolean testPassed,
long runtimeMS,
long httpRequestCount,
long httpTimeMS,
long http100thMS,
long http90thMS,
long http50thMS,
long parseTimeNanos,
long parseCount)
compareTo
public int compareTo(Object o)
- Specified by:
compareTo
in interface Comparable
getTestName
public String getTestName()
isTestPassed
public boolean isTestPassed()
getRuntimeMS
public long getRuntimeMS()
getHttpRequestCount
public long getHttpRequestCount()
getHttpTimeMS
public long getHttpTimeMS()
getHttp100thMS
public long getHttp100thMS()
getHttp90thMS
public long getHttp90thMS()
getHttp50thMS
public long getHttp50thMS()
getMsPerRequest
public double getMsPerRequest()
getParseTimeNanos
public long getParseTimeNanos()
getParseTimeMS
public long getParseTimeMS()
getParseCount
public long getParseCount()
add
public TestInformationKit.TestCaseInfo add(TestInformationKit.TestCaseInfo right)
Copyright © 2002-2011 Atlassian. All Rights Reserved.