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

公共方法

toString

public String toString ()

返回
String