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