TestUninstallSessionFactory

Factory for creating uninstall test sessions.

This factory is invoked by TestPackageUninstaller when a session is created, letting tests configure it depending on provided session parameters or with different scripts.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
abstract fun create(sessionId: UUID, parameters: UninstallParameters): TestUninstallSession

Creates a TestUninstallSession for the provided sessionId and parameters.