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 () |
领域
准备时间
public final long mPrepTime
mTearDown 时间
public final long mTearDownTime
公共构造函数
模块准备时间
public ModulePrepTimes (long prepTime, long tearTime)
参数 | |
---|---|
prepTime | long |
tearTime | long |
公共方法
到字符串
public String toString ()
退货 | |
---|---|
String |