Class TestOptions
Optional settings for TestAsync<TStack>(IMocks, TestOptions).
Inheritance
System.Object
TestOptions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Testing
Assembly: Pulumi.dll
Syntax
public class TestOptions
Properties
View SourceIsPreview
Whether the test runs in Preview mode. Defaults to true if not specified.
Declaration
public bool? IsPreview { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
ProjectName
Project name. Defaults to "project" if not specified.
Declaration
public string ProjectName { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
StackName
Stack name. Defaults to "stack" if not specified.
Declaration
public string StackName { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |