com.atlassian.jira.functest.framework.dump
Class TestInformationKit.TestCaseInfo

java.lang.Object
  extended by 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)
           
 
Method Summary
 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()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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)
Method Detail

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-2012 Atlassian. All Rights Reserved.