FileProtoResultReporter
public
class
FileProtoResultReporter
extends ProtoResultReporter
java.lang.Object | ||
➔ | com.android.tradefed.result.proto.ProtoResultReporter | |
➔ | com.android.tradefed.result.proto.FileProtoResultReporter |
Proto-Reporter, der die TestRecord
in eine Datei ablegt.
Zusammenfassung
Felder | |
---|---|
public
static
final
String |
PERIODIC_PROTO_WRITING_OPTION
|
public
static
final
String |
PROTO_OUTPUT_FILE
|
public
static
final
String |
USE_DELIMITED_API
|
Öffentliche Konstruktoren | |
---|---|
FileProtoResultReporter()
|
Öffentliche Methoden | |
---|---|
File
|
getOutputFile()
|
boolean
|
isPeriodicWriting()
Gibt an, ob die periodische Aufzeichnung aktiviert ist oder nicht. |
void
|
processFinalProto(TestRecordProto.TestRecord finalRecord)
Umgang mit dem endgültigen Prototyp mit allen Ergebnissen |
void
|
processStartInvocation(TestRecordProto.TestRecord invocationStartRecord, IInvocationContext invocationContext)
Umgang mit dem Testprotokoll für die teilweise Aufrufung nach |
void
|
processTestModuleEnd(TestRecordProto.TestRecord moduleRecord)
Umgang mit dem endgültigen Moduldatensatz-Proto nach |
void
|
processTestRunEnded(TestRecordProto.TestRecord runRecord, boolean moduleInProgress)
Umgang mit dem finalisierten Ausführungsprotokoll-Proto nach |
void
|
setDelimitedOutput(boolean delimitedOutput)
|
void
|
setFileOutput(File output)
Legt die Datei fest, in die das Ergebnis ausgegeben werden soll. |
void
|
setOutputFile(File outputFile)
|
void
|
setPeriodicWriting(boolean enabled)
Aktivieren Sie das Schreiben jedes Moduls einzeln in eine Datei. |
Geschützte Methoden | |
---|---|
TestRecordProto.ChildReference
|
createModuleChildReference(TestRecordProto.TestRecord record)
Erstellt eine untergeordnete Referenz für ein Modul. |
Felder
PERIODIC_PROTO_WRITING_OPTION
public static final String PERIODIC_PROTO_WRITING_OPTION
PROTO_OUTPUT_FILE
public static final String PROTO_OUTPUT_FILE
USE_DELIMITED_API
public static final String USE_DELIMITED_API
Öffentliche Konstruktoren
FileProtoResultReporter
public FileProtoResultReporter ()
Öffentliche Methoden
getOutputFile
public File getOutputFile ()
Returns | |
---|---|
File |
isPeriodicWriting
public boolean isPeriodicWriting ()
Gibt an, ob das regelmäßige Schreiben aktiviert ist.
Returns | |
---|---|
boolean |
processFinalProto
public void processFinalProto (TestRecordProto.TestRecord finalRecord)
Umgang mit dem endgültigen Prototyp mit allen Ergebnissen
Parameter | |
---|---|
finalRecord |
TestRecordProto.TestRecord : Das fertige Proto mit allen Aufrufergebnissen. |
processStartInvocation
public void processStartInvocation (TestRecordProto.TestRecord invocationStartRecord, IInvocationContext invocationContext)
Verarbeitung des Testeintrags-Protokolls für Teilaufrufe nach dem Auftreten von invocationStarted(com.android.tradefed.invoker.IInvocationContext)
.
Parameter | |
---|---|
invocationStartRecord |
TestRecordProto.TestRecord : Das teilweise Proto, das nach „invocationStart“ ausgefüllt wird. |
invocationContext |
IInvocationContext : Der Aufruf IInvocationContext . |
processTestModuleEnd
public void processTestModuleEnd (TestRecordProto.TestRecord moduleRecord)
Umgang mit dem Prototyp des finalisierten Modul-Eintrags nach testModuleEnded()
Parameter | |
---|---|
moduleRecord |
TestRecordProto.TestRecord : Der abgeschlossene Proto, der das Modul darstellt. |
processTestRunEnded
public void processTestRunEnded (TestRecordProto.TestRecord runRecord, boolean moduleInProgress)
Verarbeitung des abgeschlossenen Protokolls für die Ausführungsdaten, nachdem ERROR(/#testRunEnded(long,HashMap))
aufgetreten ist.
Parameter | |
---|---|
runRecord |
TestRecordProto.TestRecord : Der abgeschlossene Proto, der die Ausführung darstellt. |
moduleInProgress |
boolean : ob ein Modul gerade bearbeitet wird. |
setDelimitedOutput
public void setDelimitedOutput (boolean delimitedOutput)
Parameter | |
---|---|
delimitedOutput |
boolean |
setFileOutput
public void setFileOutput (File output)
Legt die Datei fest, in der das Ergebnis ausgegeben werden soll.
Parameter | |
---|---|
output |
File |
setOutputFile
public void setOutputFile (File outputFile)
Parameter | |
---|---|
outputFile |
File |
setPeriodicWriting
public void setPeriodicWriting (boolean enabled)
Aktivieren Sie das Schreiben jedes Moduls einzeln in eine Datei.
Parameter | |
---|---|
enabled |
boolean |
Geschützte Methoden
createModuleChildReference
protected TestRecordProto.ChildReference createModuleChildReference (TestRecordProto.TestRecord record)
Erstellt eine untergeordnete Referenz für ein Modul.
Parameter | |
---|---|
record |
TestRecordProto.TestRecord |
Returns | |
---|---|
TestRecordProto.ChildReference |