Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FillDemoValues ¶
func FillDemoValues(v any)
func TestAcc ¶
func TestAcc(t *testing.T, opts ...TestAccOptions)
func TestService ¶
func TestService[V settings.Settings](t *testing.T, createService func(*settings.Credentials) settings.CRUDService[V])
Types ¶
type Anonymizer ¶
type Anonymizer interface {
Anonymize()
}
type SettingsTest ¶
func (SettingsTest[V]) Run ¶
func (st SettingsTest[V]) Run(createService func(*settings.Credentials) settings.CRUDService[V])
type TestAccOptions ¶
type TestAccOptions struct {
ExpectNonEmptyPlan bool
}
Click to show internal directories.
Click to hide internal directories.