Show / Hide Table of Contents

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 Source

IsPreview

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>
View Source

ProjectName

Project name. Defaults to "project" if not specified.

Declaration
public string ProjectName { get; set; }
Property Value
Type Description
System.String
View Source

StackName

Stack name. Defaults to "stack" if not specified.

Declaration
public string StackName { get; set; }
Property Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.