SuiteResultReporter.ModulePrepTimes
public static class SuiteResultReporter.ModulePrepTimes
extends Object
java.lang.Object | |
↳ | com.android.tradefed.result.suite.SuiteResultReporter.ModulePrepTimes |
하나의 모듈 준비 및 분해 시간을위한 개체 홀더.
요약
필드 | |
---|---|
public final long | mPrepTime |
public final long | mTearDownTime
|
공용 생성자 | |
---|---|
ModulePrepTimes (long prepTime, long tearTime) |
공개 방법 | |
---|---|
String | toString () |
필드
mPrepTime
public final long mPrepTime
mTearDownTime
public final long mTearDownTime
공용 생성자
ModulePrepTimes
public ModulePrepTimes (long prepTime, long tearTime)
매개 변수 | |
---|---|
prepTime | long |
tearTime | long |
공개 방법
toString
public String toString ()
보고 | |
---|---|
String |