ModuleProtoResultReporter
public
class
ModuleProtoResultReporter
extends FileProtoResultReporter
java.lang.Object | |||
↳ | com.android.tradefed.result.proto.ProtoResultReporter | ||
↳ | com.android.tradefed.result.proto.FileProtoResultReporter | ||
↳ | com.android.tradefed.result.proto.ModuleProtoResultReporter |
Pelapor hasil yang dimaksudkan untuk hanya melaporkan hasil tingkat modul. Tidak ada entri ulang yang didukung dalam modul ini. Tujuan pelapor ini terutama untuk menyimpan dalam cache di tingkat modul.
Ringkasan
Kolom | |
---|---|
public
static
final
String |
INVOCATION_ID_KEY
|
Konstruktor publik | |
---|---|
ModuleProtoResultReporter()
|
|
ModuleProtoResultReporter(IInvocationContext mainInvocationContext, boolean granularResults)
|
Metode publik | |
---|---|
static
|
parseResultsMetadata(File protoResults)
Utilitas penguraian untuk mengekstrak metadata yang mungkin telah kita transfer |
void
|
processTestCaseEnded(TestRecordProto.TestRecord testCaseRecord)
Penanganan proto data kasus pengujian yang telah selesai setelah |
void
|
processTestModuleEnd(TestRecordProto.TestRecord moduleRecord)
Penanganan proto data modul yang telah selesai setelah |
void
|
processTestRunEnded(TestRecordProto.TestRecord runRecord, boolean moduleInProgress)
Penanganan proto data operasi yang telah selesai setelah |
boolean
|
stopCaching()
|
Metode yang dilindungi | |
---|---|
void
|
afterModuleEnd()
|
void
|
beforeModuleStart()
|
Kolom
INVOCATION_ID_KEY
public static final String INVOCATION_ID_KEY
Konstruktor publik
ModuleProtoResultReporter
public ModuleProtoResultReporter ()
ModuleProtoResultReporter
public ModuleProtoResultReporter (IInvocationContext mainInvocationContext, boolean granularResults)
Parameter | |
---|---|
mainInvocationContext |
IInvocationContext |
granularResults |
boolean |
Metode publik
parseResultsMetadata
public staticparseResultsMetadata (File protoResults)
Utilitas penguraian untuk mengekstrak metadata yang mungkin telah kita transfer
Parameter | |
---|---|
protoResults |
File |
Hasil | |
---|---|
|
processTestCaseEnded
public void processTestCaseEnded (TestRecordProto.TestRecord testCaseRecord)
Penanganan proto data kasus pengujian yang telah selesai setelah ERROR(/#testEnded(com.android.tradefed.result.TestDescription,long,HashMap))
terjadi.
Parameter | |
---|---|
testCaseRecord |
TestRecordProto.TestRecord : Proto yang telah selesai yang mewakili kasus pengujian. |
processTestModuleEnd
public void processTestModuleEnd (TestRecordProto.TestRecord moduleRecord)
Penanganan proto data modul yang telah selesai setelah testModuleEnded()
terjadi.
Parameter | |
---|---|
moduleRecord |
TestRecordProto.TestRecord : Proto yang telah selesai yang mewakili modul. |
processTestRunEnded
public void processTestRunEnded (TestRecordProto.TestRecord runRecord, boolean moduleInProgress)
Penanganan proto data operasi yang telah selesai setelah ERROR(/#testRunEnded(long,HashMap))
terjadi.
Parameter | |
---|---|
runRecord |
TestRecordProto.TestRecord : Proto yang telah selesai yang mewakili operasi. |
moduleInProgress |
boolean : apakah modul sedang berlangsung atau tidak. |
stopCaching
public boolean stopCaching ()
Hasil | |
---|---|
boolean |
Metode yang dilindungi
afterModuleEnd
protected void afterModuleEnd ()
beforeModuleStart
protected void beforeModuleStart ()