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

공개 생성자

모듈 준비 시간

public ModulePrepTimes (long prepTime, 
                long tearTime)

매개변수
prepTime long

tearTime long

공개 메소드

toString

public String toString ()

보고
String