IviResettableApplication

Android application class must implement this interface to allow resetting the IVI application in-between tests.

Inheritors

Functions

Link copied to clipboard

This method can be used in-between test executions to wait for the application to become completely idle.

Link copied to clipboard

Finalizes the IVI application reset sequence. It must be called after prepareReset.

Link copied to clipboard

Initiates the IVI application reset sequence. Must be called before finalizeReset to complete the reset sequence. In-between there can be optional waiting for checkIsIdle to succeed.