Package com.install4j.api.test.exceptions
package com.install4j.api.test.exceptions
Typed unchecked exceptions thrown by the test API for specific failure categories.
See com.install4j.api.test for the API overview.
-
Exception ClassesClassDescriptionThrown when a named UI component lookup yields no results.Thrown when a wait-for-modal-dialog operation (dialog/alert/fileChooser) times out.Thrown when the installer encounters a fatal error on its own (e.g.Thrown when an interaction (click, setText, ...) targets a widget that is currently disabled.Thrown when
FormEnvironment.getFormComponentById(id)returns null.Thrown when more than one form component of a particular type were found by a finder without an ID onScreenHandle.Thrown when a typed form component accessor (e.g.Thrown when a wait-for-screen operation times out.Thrown whenawaitExit(Duration)reaches its timeout with the installer still running.