SuiteResultReporter.ModulePrepTimes

public static class SuiteResultReporter.ModulePrepTimes
extends Object

java.lang.Object
   ↳ com.android.tradefed.result.suite.SuiteResultReporter.ModulePrepTimes


Supporto per oggetti per il tempo di preparazione e smontaggio di un modulo.

Riepilogo

Campi

public final long mPrepTime

public final long mTearDownTime

Costruttori pubblici

ModulePrepTimes(long prepTime, long tearTime)

Metodi pubblici

String toString()

Campi

mPrepTime

public final long mPrepTime

mTearDownTime

public final long mTearDownTime

Costruttori pubblici

ModulePrepTimes

public ModulePrepTimes (long prepTime, 
                long tearTime)

Parametri
prepTime long

tearTime long

Metodi pubblici

toString

public String toString ()

Ritorni
String