TestInstallSessionFactory

Factory for creating install test sessions.

This factory is invoked by TestPackageInstaller 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: InstallParameters): TestInstallSession

Creates a TestInstallSession for the provided sessionId and parameters.