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