Documentation ¶
Index ¶
- Variables
- func CompareLocalRemote(test ResourceTest, n string, localJSONFile string, t *testing.T) resource.TestCheckFunc
- func CompareLocalRemoteExt(test ResourceTest, n string, localJSONFile string, t *testing.T, ...) resource.TestCheckFunc
- func DeepEqual(a any, b any) bool
- func LoadHTTP(url string, token string) (map[string]any, error)
- func LoadLocal(file string) (map[string]any, error)
- func LoadLocalN(file string, n string) (map[string]any, error)
- func TestAccPreCheck(t *testing.T)
- type ResourceTest
Constants ¶
This section is empty.
Variables ¶
View Source
var DisabledTests = map[string]bool{ "dashboards": false, "notifications": false, "custom_services": false, "aws_credentials": false, "k8s_credentials": false, "azure_credentials": false, "auto_tags": false, "alerting_profiles": false, "management_zones": false, "request_attributes": false, }
View Source
var TestAccExternalProviders map[string]resource.ExternalProvider
View Source
var TestAccProvider *schema.Provider
View Source
var TestAccProviderFactories = map[string]func() (*schema.Provider, error){ "dynatrace": func() (*schema.Provider, error) { return provider.Provider(), nil }, }
View Source
var TestAccProviders map[string]*schema.Provider
Functions ¶
func CompareLocalRemote ¶
func CompareLocalRemote(test ResourceTest, n string, localJSONFile string, t *testing.T) resource.TestCheckFunc
func CompareLocalRemoteExt ¶ added in v1.3.0
func CompareLocalRemoteExt(test ResourceTest, n string, localJSONFile string, t *testing.T, loadHTTPOnly bool) resource.TestCheckFunc
func TestAccPreCheck ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.