O Google tem o compromisso de promover a igualdade racial para as comunidades negras. Saiba como.
Mantenha tudo organizado com as coleções Salve e categorize o conteúdo com base nas suas preferências.

TestRecordInterpreter

public class TestRecordInterpreter
extends Object

java.lang.Object
   ↳ com.android.tradefed.util.TestRecordInterpreter


Utility to convert a TestRecord proto into a more easily manipulable format in Tradefed.

Summary

Public constructors

TestRecordInterpreter()

Public methods

static CollectingTestListener interpreteRecord(TestRecordProto.TestRecord record)

Convert the TestRecord to a CollectingTestListener.

Public constructors

TestRecordInterpreter

public TestRecordInterpreter ()

Public methods

interpreteRecord

public static CollectingTestListener interpreteRecord (TestRecordProto.TestRecord record)

Convert the TestRecord to a CollectingTestListener.

Parameters
record TestRecordProto.TestRecord: A full TestRecord.

Returns
CollectingTestListener A populated CollectingTestListener with the results.