RuntimeContext.

TestQueue Property

Namespace
Xenial.Delicious.Execution
Containing Type
RuntimeContext

Syntax

[System.Diagnostics.CodeAnalysis.SuppressMessage("Usage", "CA2227:Collection properties should be read only", Justification = "User pipelines should be able to replace the test queue")]
public Queue<TestCase> TestQueue { get; set; }

Attributes

Type Description
SuppressMessageAttribute

Value

Type Description
Queue<TestCase>