TestPackageInstaller

constructor(sessionFactory: TestInstallSessionFactory = TestInstallSessionFactory.withScript( TestSessionScript.auto(Session.State.Succeeded) ))


constructor(script: TestSessionScript<InstallFailure>)

Returns a TestPackageInstaller which creates all sessions with the provided script.