MoblyYamlResultParser

public class MoblyYamlResultParser
extends Object

java.lang.Object
   ↳ com.android.tradefed.testtype.mobly.MoblyYamlResultParser


Mobly yaml 测试结果解析器。

摘要

公共构造函数

MoblyYamlResultParser(ITestInvocationListener listener)

公共方法

boolean getRunFailed()
boolean parse(InputStream inputStream)

受保护的方法

IMoblyYamlResultHandler.ITestResult parseDocumentMap( docMap)
void reportToListeners( listeners, resultCache)

公共构造函数

MoblyYamlResultParser

public MoblyYamlResultParser (ITestInvocationListener listener)

参数
listener ITestInvocationListener

公共方法

getRunFailed

public boolean getRunFailed ()

返回
boolean

解析

public boolean parse (InputStream inputStream)

参数
inputStream InputStream

返回
boolean

抛出
MoblyYamlResultHandlerFactory.InvalidResultTypeException

受保护的方法

parseDocumentMap

protected IMoblyYamlResultHandler.ITestResult parseDocumentMap ( docMap)

参数
docMap

返回
IMoblyYamlResultHandler.ITestResult

抛出
MoblyYamlResultHandlerFactory.InvalidResultTypeException

reportToListeners

protected void reportToListeners ( listeners, 
                 resultCache)

参数
listeners

resultCache