SuiteResultReporter.ModulePrepTimes
public static class SuiteResultReporter.ModulePrepTimes
extends Object
java.lang.객체 | |
↳ | 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 |