IMoblyYamlResultHandler
public
interface
IMoblyYamlResultHandler
| com.android.tradefed.testtype.mobly.IMoblyYamlResultHandler |
Interface of mobly yaml result handler.
Summary
Nested classes | |
|---|---|
interface |
IMoblyYamlResultHandler.ITestResult
Interface of mobly yaml result |
Public methods | |
|---|---|
abstract
IMoblyYamlResultHandler.ITestResult
|
handle(Map<String, Object> docMap)
Extracts data fields from mobly yaml result. |
Public methods
handle
public abstract IMoblyYamlResultHandler.ITestResult handle (Map<String, Object> docMap)
Extracts data fields from mobly yaml result.
| Parameters | |
|---|---|
docMap |
Map |
| Returns | |
|---|---|
IMoblyYamlResultHandler.ITestResult |
|
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2026-06-22 UTC.