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