Documentation ¶
Index ¶
- func DescribeDeleteListFor(ctx *common.TestContext, t TestCase) bool
- func DescribeDeleteTestsfor(ctx *common.TestContext, t TestCase) bool
- func DescribeGetTestsfor(ctx *common.TestContext, t TestCase) bool
- func DescribeListTestsFor(ctx *common.TestContext, t TestCase) bool
- func DescribePatchTestsFor(ctx *common.TestContext, t TestCase) bool
- func DescribeTestsFor(t TestCase) bool
- type MultitenancySettings
- type Op
- type TestCase
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DescribeDeleteListFor ¶
func DescribeDeleteListFor(ctx *common.TestContext, t TestCase) bool
func DescribeDeleteTestsfor ¶
func DescribeDeleteTestsfor(ctx *common.TestContext, t TestCase) bool
func DescribeGetTestsfor ¶
func DescribeGetTestsfor(ctx *common.TestContext, t TestCase) bool
func DescribeListTestsFor ¶
func DescribeListTestsFor(ctx *common.TestContext, t TestCase) bool
func DescribePatchTestsFor ¶ added in v0.4.1
func DescribePatchTestsFor(ctx *common.TestContext, t TestCase) bool
func DescribeTestsFor ¶
Types ¶
type MultitenancySettings ¶ added in v0.4.1
type TestCase ¶
type TestCase struct { API string SupportedOps []Op MultitenancySettings *MultitenancySettings DisableTenantResources bool ResourceBlueprint func(ctx *common.TestContext, smClient *httpexpect.Expect) common.Object ResourceWithoutNullableFieldsBlueprint func(ctx *common.TestContext, smClient *httpexpect.Expect) common.Object AdditionalTests func(ctx *common.TestContext) }
Click to show internal directories.
Click to hide internal directories.