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

mTearDown 時間

public final long mTearDownTime

公用建構函式

ModulePrepTimes

public ModulePrepTimes (long prepTime, 
                long tearTime)

參數
prepTime long

tearTime long

公用方法

toString

public String toString ()

傳回
String