Show / Hide Table of Contents

Class TestOptions

Optional settings for TestAsync<TStack>(IMocks, TestOptions?).

Inheritance
object
TestOptions
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
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
bool?
View Source

OrganizationName

Organization name. Defaults to "organization" if not specified.

Declaration
public string? OrganizationName { get; set; }
Property Value
Type Description
string
View Source

ProjectName

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

Declaration
public string? ProjectName { get; set; }
Property Value
Type Description
string
View Source

StackName

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

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