MetricFileUtil

public class MetricFileUtil
extends Object

java.lang.Object
   ↳ com.google.android.tradefed.result.teststorage.MetricFileUtil


כלי לאחסון של נתוני הריצה של הבדיקה ומדדי הבדיקה בסוף ההפעלה בקובץ טקסט, ולהעלאה של הקובץ ל-Android Build API.

סיכום

כיתות במבנה היררכי

class MetricFileUtil.TestRunMetrics

 

Constructors ציבוריים

MetricFileUtil()

‫methods ציבוריים

void invocationEnded( metricFilterRegEx)
boolean isMetricAvailable()
void setConfiguration(IConfiguration configuration)
void setLogSaver(ILogSaver logSaver)
void testEnded(TestDescription test, testMetrics)
void testRunEnded( runMetrics)
void testRunStarted(String runName)

Constructors ציבוריים

MetricFileUtil

public MetricFileUtil ()

‫methods ציבוריים

invocationEnded

public void invocationEnded ( metricFilterRegEx)

פרמטרים
metricFilterRegEx

isMetricAvailable

public boolean isMetricAvailable ()

החזרות
boolean

setConfiguration

public void setConfiguration (IConfiguration configuration)

פרמטרים
configuration IConfiguration

setLogSaver

public void setLogSaver (ILogSaver logSaver)

פרמטרים
logSaver ILogSaver

testEnded

public void testEnded (TestDescription test, 
                 testMetrics)

פרמטרים
test TestDescription

testMetrics

testRunEnded

public void testRunEnded ( runMetrics)

פרמטרים
runMetrics

testRunStarted

public void testRunStarted (String runName)

פרמטרים
runName String