MoblyYamlResultParser

public class MoblyYamlResultParser
extends Object

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


أداة تحليل نتائج اختبارات Mobly yaml

ملخّص

وظائف الإنشاء العامة

MoblyYamlResultParser(ITestInvocationListener listener, String runName, boolean reportRunStart)

الطرق العامة

boolean getRunFailed()
boolean parse(InputStream inputStream)

الطرق المحمية

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

وظائف الإنشاء العامة

MoblyYamlResultParser

public MoblyYamlResultParser (ITestInvocationListener listener, 
                String runName, 
                boolean reportRunStart)

المعلمات
listener ITestInvocationListener

runName String

reportRunStart boolean

الطرق العامة

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