IAutomationSupport

public interface IAutomationSupport

android.support.test.uiautomator.IAutomationSupport


Provides auxiliary support for running test cases

Summary

Public methods

abstract void sendStatus(int resultCode, Bundle status)

Allows the running test cases to send out interim status

Public methods

sendStatus

void sendStatus (int resultCode, 
 Bundle status)

Allows the running test cases to send out interim status

Parameters
status Bundle: status report, consisting of key value pairs

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 2025年02月10日 UTC.