TestInstallSessionFactory

Factory for creating install test sessions.

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

Creates a TestInstallSession for the provided sessionId and parameters.