TestUninstallSessionFactory

Factory for creating uninstall test sessions.

This factory is invoked by TestPackageUninstaller when a session is created, letting tests configure scripted transitions and capture session instances.

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.