Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Azure ¶
type Azure struct {
// contains filtered or unexported fields
}
TODO: Put this into a subpackage TODO: Would we rather these just be on testcontext? Might read better
func NewAzure ¶
func NewAzure(ctx context.Context, client *genericarmclient.GenericClient) *Azure
func (*Azure) BeDeleted ¶
func (m *Azure) BeDeleted(apiVersion string) *BeDeletedInAzureMatcher
type BeDeletedInAzureMatcher ¶
type BeDeletedInAzureMatcher struct {
// contains filtered or unexported fields
}
func BeDeletedInAzure ¶
func BeDeletedInAzure(ctx context.Context, client *genericarmclient.GenericClient, apiVersion string) *BeDeletedInAzureMatcher
func (*BeDeletedInAzureMatcher) FailureMessage ¶
func (m *BeDeletedInAzureMatcher) FailureMessage(actual interface{}) string
func (*BeDeletedInAzureMatcher) Match ¶
func (m *BeDeletedInAzureMatcher) Match(actual interface{}) (bool, error)
func (*BeDeletedInAzureMatcher) NegatedFailureMessage ¶
func (m *BeDeletedInAzureMatcher) NegatedFailureMessage(actual interface{}) string
Click to show internal directories.
Click to hide internal directories.