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

다운타임

public final long mTearDownTime

공개 생성자

ModulePrepTime

public ModulePrepTimes (long prepTime, 
                long tearTime)

매개변수
prepTime long

tearTime long

공개 메서드

toString

public String toString ()

반환 값
String