MoblyYamlResultParser

public class MoblyYamlResultParser
extends Object

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


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

ملخّص

طُرق وضع التصميم العامة

MoblyYamlResultParser(ITestInvocationListener listener, String runName, boolean reportRunStart, MoblyArtifactReporter artifactReporter)

الإجراءات العامة

boolean getRunFailed()
boolean parse(InputStream inputStream)

طُرق محمية

IMoblyYamlResultHandler.ITestResult parseDocumentMap(Map<String, Object> docMap)
void reportToListeners(List<ITestInvocationListener> listeners, List<IMoblyYamlResultHandler.ITestResult> resultCache)

طُرق وضع التصميم العامة

MoblyYamlResultParser

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

المعلَمات
listener ITestInvocationListener

runName String

reportRunStart boolean

artifactReporter MoblyArtifactReporter

الإجراءات العامة

getRunFailed

public boolean getRunFailed ()

المرتجعات
boolean

تحليل

public boolean parse (InputStream inputStream)

المعلَمات
inputStream InputStream

القيم المُعادة
boolean

عمليات الطرح
IOException
IllegalAccessException
InstantiationException
MoblyYamlResultHandlerFactory.InvalidResultTypeException

طُرق محمية

parseDocumentMap

protected IMoblyYamlResultHandler.ITestResult parseDocumentMap (Map<String, Object> docMap)

المعلَمات
docMap Map

القيم المُعادة
IMoblyYamlResultHandler.ITestResult

عمليات الطرح
IllegalAccessException
InstantiationException
MoblyYamlResultHandlerFactory.InvalidResultTypeException

reportToListeners

protected void reportToListeners (List<ITestInvocationListener> listeners, 
                List<IMoblyYamlResultHandler.ITestResult> resultCache)

المعلَمات
listeners List

resultCache List