SubprocessResultsReporter
public
class
SubprocessResultsReporter
extends Object
implements
ITestInvocationListener,
ILogSaverListener,
ISupportGranularResults
java.lang.Object | |
↳ | com.android.tradefed.result.SubprocessResultsReporter |
Implementa ITestInvocationListener
da specificare come result_reporter e inoltra dal subprocesso i risultati di test, esecuzioni di test e invocazioni di test.
Riepilogo
Costruttori pubblici | |
---|---|
SubprocessResultsReporter()
|
Metodi pubblici | |
---|---|
void
|
close()
|
TestSummary
|
getSummary()
|
void
|
invocationEnded(long elapsedTime)
|
void
|
invocationFailed(FailureDescription failure)
|
void
|
invocationFailed(Throwable cause)
|
void
|
invocationStarted(IInvocationContext context)
|
void
|
logAssociation(String dataName, LogFile logFile)
|
void
|
printEvent(String key, Object event)
Funzione di supporto per stampare la chiave dell'evento e poi l'oggetto JSON. |
void
|
setOutputTestLog(boolean outputTestLog)
Imposta se è necessario o meno stampare il test registrato. |
boolean
|
supportGranularResults()
|
void
|
testAssumptionFailure(TestDescription testId, String trace)
|
void
|
testAssumptionFailure(TestDescription testId, FailureDescription failure)
|
void
|
testEnded(TestDescription testId, long endTime,
|
void
|
testEnded(TestDescription testId,
|
void
|
testFailed(TestDescription testId, FailureDescription failure)
|
void
|
testFailed(TestDescription testId, String reason)
|
void
|
testIgnored(TestDescription testId)
|
void
|
testLog(String dataName, LogDataType dataType, InputStreamSource dataStream)
|
void
|
testModuleEnded()
|
void
|
testModuleStarted(IInvocationContext moduleContext)
|
void
|
testRunEnded(long time,
|
void
|
testRunFailed(FailureDescription failure)
|
void
|
testRunFailed(String reason)
|
void
|
testRunStarted(String runName, int testCount, int attemptNumber)
|
void
|
testRunStarted(String runName, int testCount)
|
void
|
testRunStarted(String runName, int testCount, int attemptNumber, long startTime)
|
void
|
testRunStopped(long arg0)
|
void
|
testStarted(TestDescription testId, long startTime)
|
void
|
testStarted(TestDescription testId)
|
Costruttori pubblici
SubprocessResultsReporter
public SubprocessResultsReporter ()
Metodi pubblici
chiudi
public void close ()
getSummary
public TestSummary getSummary ()
Ritorni | |
---|---|
TestSummary |
invocationEnded
public void invocationEnded (long elapsedTime)
Parametri | |
---|---|
elapsedTime |
long |
invocationFailed
public void invocationFailed (FailureDescription failure)
Parametri | |
---|---|
failure |
FailureDescription |
invocationFailed
public void invocationFailed (Throwable cause)
Parametri | |
---|---|
cause |
Throwable |
invocationStarted
public void invocationStarted (IInvocationContext context)
Parametri | |
---|---|
context |
IInvocationContext |
logAssociation
public void logAssociation (String dataName, LogFile logFile)
Parametri | |
---|---|
dataName |
String |
logFile |
LogFile |
printEvent
public void printEvent (String key, Object event)
Funzione di supporto per stampare la chiave dell'evento e poi l'oggetto JSON.
Parametri | |
---|---|
key |
String |
event |
Object |
setOutputTestLog
public void setOutputTestLog (boolean outputTestLog)
Imposta se è necessario o meno stampare il test registrato.
Parametri | |
---|---|
outputTestLog |
boolean |
supportGranularResults
public boolean supportGranularResults ()
Ritorni | |
---|---|
boolean |
testAssumptionFailure
public void testAssumptionFailure (TestDescription testId, String trace)
Parametri | |
---|---|
testId |
TestDescription |
trace |
String |
testAssumptionFailure
public void testAssumptionFailure (TestDescription testId, FailureDescription failure)
Parametri | |
---|---|
testId |
TestDescription |
failure |
FailureDescription |
testEnded
public void testEnded (TestDescription testId, long endTime,metrics)
Parametri | |
---|---|
testId |
TestDescription |
endTime |
long |
metrics |
|
testEnded
public void testEnded (TestDescription testId,metrics)
Parametri | |
---|---|
testId |
TestDescription |
metrics |
|
testFailed
public void testFailed (TestDescription testId, FailureDescription failure)
Parametri | |
---|---|
testId |
TestDescription |
failure |
FailureDescription |
testFailed
public void testFailed (TestDescription testId, String reason)
Parametri | |
---|---|
testId |
TestDescription |
reason |
String |
testIgnored
public void testIgnored (TestDescription testId)
Parametri | |
---|---|
testId |
TestDescription |
testLog
public void testLog (String dataName, LogDataType dataType, InputStreamSource dataStream)
Parametri | |
---|---|
dataName |
String |
dataType |
LogDataType |
dataStream |
InputStreamSource |
testModuleEnded
public void testModuleEnded ()
testModuleStarted
public void testModuleStarted (IInvocationContext moduleContext)
Parametri | |
---|---|
moduleContext |
IInvocationContext |
testRunEnded
public void testRunEnded (long time,runMetrics)
Parametri | |
---|---|
time |
long |
runMetrics |
|
testRunFailed
public void testRunFailed (FailureDescription failure)
Parametri | |
---|---|
failure |
FailureDescription |
testRunFailed
public void testRunFailed (String reason)
Parametri | |
---|---|
reason |
String |
testRunStarted
public void testRunStarted (String runName, int testCount, int attemptNumber)
Parametri | |
---|---|
runName |
String |
testCount |
int |
attemptNumber |
int |
testRunStarted
public void testRunStarted (String runName, int testCount)
Parametri | |
---|---|
runName |
String |
testCount |
int |
testRunStarted
public void testRunStarted (String runName, int testCount, int attemptNumber, long startTime)
Parametri | |
---|---|
runName |
String |
testCount |
int |
attemptNumber |
int |
startTime |
long |
testRunStopped
public void testRunStopped (long arg0)
Parametri | |
---|---|
arg0 |
long |
testStarted
public void testStarted (TestDescription testId, long startTime)
Parametri | |
---|---|
testId |
TestDescription |
startTime |
long |
testStarted
public void testStarted (TestDescription testId)
Parametri | |
---|---|
testId |
TestDescription |