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

mTearDownTime

public final long mTearDownTime

公共構造函數

模組準備時間

public ModulePrepTimes (long prepTime, 
                long tearTime)

參數
prepTime long

tearTime long

公共方法

到字串

public String toString ()

退貨
String