testingmatchers

package
v0.16.0-pre.90 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 3, 2023 License: MPL-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewAssertionReturn_Override added in v0.12.0

func NewAssertionReturn_Override(a AssertionReturn, message *string, pass *bool)

Create an AssertionReturn. Experimental.

Types

type AssertionReturn added in v0.12.0

type AssertionReturn interface {
	// - String message containing information about the result of the assertion.
	// Experimental.
	Message() *string
	// - Boolean pass denoting the success of the assertion.
	// Experimental.
	Pass() *bool
}

Class representing the contents of a return by an assertion. Experimental.

func NewAssertionReturn added in v0.12.0

func NewAssertionReturn(message *string, pass *bool) AssertionReturn

Create an AssertionReturn. Experimental.

type TerraformConstructor

type TerraformConstructor struct {
	// Experimental.
	TfResourceType *string `field:"required" json:"tfResourceType" yaml:"tfResourceType"`
}

Experimental.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL