infrastructureFailure property

bool? infrastructureFailure
getter/setter pair

If the test runner could not determine success or failure because the test depends on a component other than the system under test which failed.

For example, a mobile test requires provisioning a device where the test executes, and that provisioning can fail.

Implementation

core.bool? infrastructureFailure;