StreamProtoResultReporter
public
final
class
StreamProtoResultReporter
extends ProtoResultReporter
java.lang.Object | ||
↳ | com.android.tradefed.result.proto.ProtoResultReporter | |
↳ | com.android.tradefed.result.proto.StreamProtoResultReporter |
ProtoResultReporter
uygulaması
Özet
Fields'ın oynadığı filmler | |
---|---|
public
static
final
String |
PROTO_REPORT_PORT_OPTION
|
Herkese açık kurucular | |
---|---|
StreamProtoResultReporter()
|
Herkese açık yöntemler | |
---|---|
Integer
|
getProtoReportPort()
|
void
|
processFinalInvocationLogs(TestRecordProto.TestRecord invocationLogs)
Çağrının tüm nihai günlüklerini tek tek göndermek için çağrı kaydını kullanın. |
void
|
processFinalProto(TestRecordProto.TestRecord finalRecord)
Tüm sonuçlarla birlikte nihai prototipin işlenmesi. |
void
|
processStartInvocation(TestRecordProto.TestRecord invocationStartRecord, IInvocationContext context)
|
void
|
processTestCaseEnded(TestRecordProto.TestRecord testCaseRecord)
|
void
|
processTestCaseStarted(TestRecordProto.TestRecord testCaseStartedRecord)
|
void
|
processTestModuleEnd(TestRecordProto.TestRecord moduleRecord)
|
void
|
processTestModuleStarted(TestRecordProto.TestRecord moduleStartRecord)
|
void
|
processTestRunEnded(TestRecordProto.TestRecord runRecord, boolean moduleInProgress)
|
void
|
processTestRunStarted(TestRecordProto.TestRecord runStartedRecord)
|
void
|
setProtoReportPort(Integer portValue)
|
Korunan yöntemler | |
---|---|
void
|
closeSocket()
|
Fields'ın oynadığı filmler
PROTO_REPORT_PORT_OPTION
public static final String PROTO_REPORT_PORT_OPTION
Herkese açık kurucular
StreamProtoResultReporter
public StreamProtoResultReporter ()
Herkese açık yöntemler
getProtoReportPort
public Integer getProtoReportPort ()
İlerlemeler | |
---|---|
Integer |
processFinalInvocationLogs
public void processFinalInvocationLogs (TestRecordProto.TestRecord invocationLogs)
Çağrının tüm nihai günlüklerini tek tek göndermek için çağrı kaydını kullanın.
Parametreler | |
---|---|
invocationLogs |
TestRecordProto.TestRecord : Çağrıyı temsil eden nihai proto. |
processFinalProto
public void processFinalProto (TestRecordProto.TestRecord finalRecord)
Tüm sonuçlarla birlikte nihai prototipin işlenmesi.
Parametreler | |
---|---|
finalRecord |
TestRecordProto.TestRecord : Tüm çağrı sonuçlarını içeren nihai proto. |
processStartInvocation
public void processStartInvocation (TestRecordProto.TestRecord invocationStartRecord, IInvocationContext context)
invocationStarted(com.android.tradefed.invoker.IInvocationContext)
oluştuktan sonra kısmi çağrı testi kaydı prototipinin işlenmesi.
Parametreler | |
---|---|
invocationStartRecord |
TestRecordProto.TestRecord : invocationStart'tan sonra doldurulan kısmi proto. |
context |
IInvocationContext : IInvocationContext çağrısı. |
processTestCaseEnded
public void processTestCaseEnded (TestRecordProto.TestRecord testCaseRecord)
ERROR(/#testEnded(com.android.tradefed.result.TestDescription,long,HashMap))
oluştuktan sonra tamamlanmış test durumu kaydı prototipinin işlenmesi.
Parametreler | |
---|---|
testCaseRecord |
TestRecordProto.TestRecord : Bir test durumunu temsil eden nihai prototip. |
processTestCaseStarted
public void processTestCaseStarted (TestRecordProto.TestRecord testCaseStartedRecord)
testStarted(com.android.tradefed.result.TestDescription, long)
oluştuktan sonra kısmi test kaydı prototipinin işlenmesi.
Parametreler | |
---|---|
testCaseStartedRecord |
TestRecordProto.TestRecord : Test durumunu temsil eden kısmi proto. |
processTestModuleEnd
public void processTestModuleEnd (TestRecordProto.TestRecord moduleRecord)
testModuleEnded()
gerçekleştikten sonra nihai modül kaydı prototipinin işlenmesi.
Parametreler | |
---|---|
moduleRecord |
TestRecordProto.TestRecord : Modülü temsil eden nihai proto. |
processTestModuleStarted
public void processTestModuleStarted (TestRecordProto.TestRecord moduleStartRecord)
testModuleStarted(com.android.tradefed.invoker.IInvocationContext)
oluştuktan sonra kısmi modül kaydı prototipinin işlenmesi.
Parametreler | |
---|---|
moduleStartRecord |
TestRecordProto.TestRecord : Modülü temsil eden kısmi proto. |
processTestRunEnded
public void processTestRunEnded (TestRecordProto.TestRecord runRecord, boolean moduleInProgress)
ERROR(/#testRunEnded(long,HashMap))
meydana geldikten sonra tamamlanmış çalıştırma kaydı prototipinin işlenmesi.
Parametreler | |
---|---|
runRecord |
TestRecordProto.TestRecord : Çalıştırmayı temsil eden nihai proto. |
moduleInProgress |
boolean : Bir modülün devam edip etmediğini belirtir. |
processTestRunStarted
public void processTestRunStarted (TestRecordProto.TestRecord runStartedRecord)
testRunStarted(String, int)
meydana geldikten sonra kısmi test çalıştırma kaydı prototipinin işlenmesi.
Parametreler | |
---|---|
runStartedRecord |
TestRecordProto.TestRecord : Çalıştırmayı temsil eden kısmi proto. |
setProtoReportPort
public void setProtoReportPort (Integer portValue)
Parametreler | |
---|---|
portValue |
Integer |
Korunan yöntemler
closeSocket
protected void closeSocket ()