Documentation ¶
Overview ¶
package testsacc provides the acceptance tests for the provider.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var TestAccProtoV6ProviderFactories = map[string]func() (tfprotov6.ProviderServer, error){ "cloudavenue": providerserver.NewProtocol6WithError(provider.New("test")()), }
TestAccProtoV6ProviderFactories are used to instantiate a provider during acceptance testing. The factory function will be invoked for every Terraform CLI command executed to create a provider server to which the CLI can reattach.
Functions ¶
func ConcatTests
deprecated
func ContactConfigs ¶
ContactConfigs concatenates the given configs into a single string.
func TestAccPreCheck ¶
You can add code here to run prior to any test case execution, for example assertions about the appropriate environment variables being set are common to see in a pre-check function.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.