Show / Hide Table of Contents

Class TestExecution

A single test executed in a single environment.

Inheritance
object
TestExecution
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Testing.v1.Data
Assembly: Google.Apis.Testing.v1.dll
Syntax
public class TestExecution : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Environment

Output only. How the host machine(s) are configured.

Declaration
[JsonProperty("environment")]
public virtual Environment Environment { get; set; }
Property Value
Type Description
Environment

Id

Output only. Unique id set by the service.

Declaration
[JsonProperty("id")]
public virtual string Id { get; set; }
Property Value
Type Description
string

MatrixId

Output only. Id of the containing TestMatrix.

Declaration
[JsonProperty("matrixId")]
public virtual string MatrixId { get; set; }
Property Value
Type Description
string

ProjectId

Output only. The cloud project that owns the test execution.

Declaration
[JsonProperty("projectId")]
public virtual string ProjectId { get; set; }
Property Value
Type Description
string

Shard

Output only. Details about the shard.

Declaration
[JsonProperty("shard")]
public virtual Shard Shard { get; set; }
Property Value
Type Description
Shard

State

Output only. Indicates the current progress of the test execution (e.g., FINISHED).

Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
Type Description
string

TestDetails

Output only. Additional details about the running test.

Declaration
[JsonProperty("testDetails")]
public virtual TestDetails TestDetails { get; set; }
Property Value
Type Description
TestDetails

TestSpecification

Output only. How to run the test.

Declaration
[JsonProperty("testSpecification")]
public virtual TestSpecification TestSpecification { get; set; }
Property Value
Type Description
TestSpecification

Timestamp

object representation of TimestampRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use TimestampDateTimeOffset instead.")]
public virtual object Timestamp { get; set; }
Property Value
Type Description
object

TimestampDateTimeOffset

DateTimeOffset representation of TimestampRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? TimestampDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

TimestampRaw

Output only. The time this test execution was initially created.

Declaration
[JsonProperty("timestamp")]
public virtual string TimestampRaw { get; set; }
Property Value
Type Description
string

ToolResultsStep

Output only. Where the results for this execution are written.

Declaration
[JsonProperty("toolResultsStep")]
public virtual ToolResultsStep ToolResultsStep { get; set; }
Property Value
Type Description
ToolResultsStep

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX