Class InconclusiveDetail
Details for an outcome with an INCONCLUSIVE outcome summary.
Implements
Inherited Members
Namespace: Google.Apis.ToolResults.v1beta3.Data
Assembly: Google.Apis.ToolResults.v1beta3.dll
Syntax
public class InconclusiveDetail : IDirectResponseSchema
Properties
AbortedByUser
If the end user aborted the test execution before a pass or fail could be determined. For example, the user pressed ctrl-c which sent a kill signal to the test runner while the test was running.
Declaration
[JsonProperty("abortedByUser")]
public virtual bool? AbortedByUser { get; set; }
Property Value
Type | Description |
---|---|
bool? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
HasErrorLogs
If results are being provided to the user in certain cases of infrastructure failures
Declaration
[JsonProperty("hasErrorLogs")]
public virtual bool? HasErrorLogs { get; set; }
Property Value
Type | Description |
---|---|
bool? |
InfrastructureFailure
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.
Declaration
[JsonProperty("infrastructureFailure")]
public virtual bool? InfrastructureFailure { get; set; }
Property Value
Type | Description |
---|---|
bool? |