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