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.