resourceshowoutputassert

package
v0.95.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 4, 2024 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DatabaseRoleShowOutputAssert added in v0.95.0

type DatabaseRoleShowOutputAssert struct {
	*assert.ResourceAssert
}

func DatabaseRoleShowOutput added in v0.95.0

func DatabaseRoleShowOutput(t *testing.T, name string) *DatabaseRoleShowOutputAssert

func ImportedDatabaseRoleShowOutput added in v0.95.0

func ImportedDatabaseRoleShowOutput(t *testing.T, id string) *DatabaseRoleShowOutputAssert

func (*DatabaseRoleShowOutputAssert) HasComment added in v0.95.0

func (*DatabaseRoleShowOutputAssert) HasCreatedOn added in v0.95.0

func (*DatabaseRoleShowOutputAssert) HasDatabaseName added in v0.95.0

func (*DatabaseRoleShowOutputAssert) HasGrantedDatabaseRoles added in v0.95.0

func (d *DatabaseRoleShowOutputAssert) HasGrantedDatabaseRoles(expected int) *DatabaseRoleShowOutputAssert

func (*DatabaseRoleShowOutputAssert) HasGrantedToDatabaseRoles added in v0.95.0

func (d *DatabaseRoleShowOutputAssert) HasGrantedToDatabaseRoles(expected int) *DatabaseRoleShowOutputAssert

func (*DatabaseRoleShowOutputAssert) HasGrantedToRoles added in v0.95.0

func (d *DatabaseRoleShowOutputAssert) HasGrantedToRoles(expected int) *DatabaseRoleShowOutputAssert

func (*DatabaseRoleShowOutputAssert) HasIsCurrent added in v0.95.0

func (*DatabaseRoleShowOutputAssert) HasIsDefault added in v0.95.0

func (*DatabaseRoleShowOutputAssert) HasIsInherited added in v0.95.0

func (d *DatabaseRoleShowOutputAssert) HasIsInherited(expected bool) *DatabaseRoleShowOutputAssert

func (*DatabaseRoleShowOutputAssert) HasName added in v0.95.0

func (*DatabaseRoleShowOutputAssert) HasOwner added in v0.95.0

func (*DatabaseRoleShowOutputAssert) HasOwnerRoleType added in v0.95.0

func (d *DatabaseRoleShowOutputAssert) HasOwnerRoleType(expected string) *DatabaseRoleShowOutputAssert

type UserShowOutputAssert

type UserShowOutputAssert struct {
	*assert.ResourceAssert
}

func ImportedUserShowOutput

func ImportedUserShowOutput(t *testing.T, id string) *UserShowOutputAssert

func UserShowOutput

func UserShowOutput(t *testing.T, name string) *UserShowOutputAssert

func UsersDatasourceShowOutput added in v0.95.0

func UsersDatasourceShowOutput(t *testing.T, name string) *UserShowOutputAssert

UsersDatasourceShowOutput is a temporary workaround to have better show output assertions in data source acceptance tests.

func (*UserShowOutputAssert) HasComment

func (u *UserShowOutputAssert) HasComment(expected string) *UserShowOutputAssert

func (*UserShowOutputAssert) HasCreatedOn

func (u *UserShowOutputAssert) HasCreatedOn(expected time.Time) *UserShowOutputAssert

func (*UserShowOutputAssert) HasCreatedOnNotEmpty added in v0.95.0

func (u *UserShowOutputAssert) HasCreatedOnNotEmpty() *UserShowOutputAssert

func (*UserShowOutputAssert) HasDaysToExpiry

func (u *UserShowOutputAssert) HasDaysToExpiry(expected string) *UserShowOutputAssert

func (*UserShowOutputAssert) HasDaysToExpiryNotEmpty added in v0.95.0

func (u *UserShowOutputAssert) HasDaysToExpiryNotEmpty() *UserShowOutputAssert

func (*UserShowOutputAssert) HasDefaultNamespace

func (u *UserShowOutputAssert) HasDefaultNamespace(expected string) *UserShowOutputAssert

func (*UserShowOutputAssert) HasDefaultRole

func (u *UserShowOutputAssert) HasDefaultRole(expected string) *UserShowOutputAssert

func (*UserShowOutputAssert) HasDefaultSecondaryRoles

func (u *UserShowOutputAssert) HasDefaultSecondaryRoles(expected string) *UserShowOutputAssert

func (*UserShowOutputAssert) HasDefaultWarehouse

func (u *UserShowOutputAssert) HasDefaultWarehouse(expected string) *UserShowOutputAssert

func (*UserShowOutputAssert) HasDisabled

func (u *UserShowOutputAssert) HasDisabled(expected bool) *UserShowOutputAssert

func (*UserShowOutputAssert) HasDisplayName

func (u *UserShowOutputAssert) HasDisplayName(expected string) *UserShowOutputAssert

func (*UserShowOutputAssert) HasEmail

func (u *UserShowOutputAssert) HasEmail(expected string) *UserShowOutputAssert

func (*UserShowOutputAssert) HasExpiresAtTime

func (u *UserShowOutputAssert) HasExpiresAtTime(expected time.Time) *UserShowOutputAssert

func (*UserShowOutputAssert) HasExtAuthnDuo

func (u *UserShowOutputAssert) HasExtAuthnDuo(expected bool) *UserShowOutputAssert

func (*UserShowOutputAssert) HasExtAuthnUid

func (u *UserShowOutputAssert) HasExtAuthnUid(expected string) *UserShowOutputAssert

func (*UserShowOutputAssert) HasFirstName

func (u *UserShowOutputAssert) HasFirstName(expected string) *UserShowOutputAssert

func (*UserShowOutputAssert) HasHasMfa added in v0.95.0

func (u *UserShowOutputAssert) HasHasMfa(expected bool) *UserShowOutputAssert

func (*UserShowOutputAssert) HasHasPassword

func (u *UserShowOutputAssert) HasHasPassword(expected bool) *UserShowOutputAssert

func (*UserShowOutputAssert) HasHasRsaPublicKey

func (u *UserShowOutputAssert) HasHasRsaPublicKey(expected bool) *UserShowOutputAssert

func (*UserShowOutputAssert) HasLastName

func (u *UserShowOutputAssert) HasLastName(expected string) *UserShowOutputAssert

func (*UserShowOutputAssert) HasLastSuccessLogin

func (u *UserShowOutputAssert) HasLastSuccessLogin(expected time.Time) *UserShowOutputAssert

func (*UserShowOutputAssert) HasLockedUntilTime

func (u *UserShowOutputAssert) HasLockedUntilTime(expected time.Time) *UserShowOutputAssert

func (*UserShowOutputAssert) HasLoginName

func (u *UserShowOutputAssert) HasLoginName(expected string) *UserShowOutputAssert

func (*UserShowOutputAssert) HasMinsToBypassMfa

func (u *UserShowOutputAssert) HasMinsToBypassMfa(expected string) *UserShowOutputAssert

func (*UserShowOutputAssert) HasMinsToBypassMfaNotEmpty added in v0.95.0

func (u *UserShowOutputAssert) HasMinsToBypassMfaNotEmpty() *UserShowOutputAssert

func (*UserShowOutputAssert) HasMinsToUnlock

func (u *UserShowOutputAssert) HasMinsToUnlock(expected string) *UserShowOutputAssert

func (*UserShowOutputAssert) HasMinsToUnlockNotEmpty added in v0.95.0

func (u *UserShowOutputAssert) HasMinsToUnlockNotEmpty() *UserShowOutputAssert

func (*UserShowOutputAssert) HasMustChangePassword

func (u *UserShowOutputAssert) HasMustChangePassword(expected bool) *UserShowOutputAssert

func (*UserShowOutputAssert) HasName

func (u *UserShowOutputAssert) HasName(expected string) *UserShowOutputAssert

func (*UserShowOutputAssert) HasOwner

func (u *UserShowOutputAssert) HasOwner(expected string) *UserShowOutputAssert

func (*UserShowOutputAssert) HasSnowflakeLock

func (u *UserShowOutputAssert) HasSnowflakeLock(expected bool) *UserShowOutputAssert

func (*UserShowOutputAssert) HasType added in v0.95.0

func (u *UserShowOutputAssert) HasType(expected string) *UserShowOutputAssert

type ViewShowOutputAssert added in v0.95.0

type ViewShowOutputAssert struct {
	*assert.ResourceAssert
}

func ImportedViewShowOutput added in v0.95.0

func ImportedViewShowOutput(t *testing.T, id string) *ViewShowOutputAssert

func ViewShowOutput added in v0.95.0

func ViewShowOutput(t *testing.T, name string) *ViewShowOutputAssert

func (*ViewShowOutputAssert) HasChangeTracking added in v0.95.0

func (v *ViewShowOutputAssert) HasChangeTracking(expected string) *ViewShowOutputAssert

func (*ViewShowOutputAssert) HasComment added in v0.95.0

func (v *ViewShowOutputAssert) HasComment(expected string) *ViewShowOutputAssert

func (*ViewShowOutputAssert) HasCreatedOn added in v0.95.0

func (v *ViewShowOutputAssert) HasCreatedOn(expected string) *ViewShowOutputAssert

func (*ViewShowOutputAssert) HasDatabaseName added in v0.95.0

func (v *ViewShowOutputAssert) HasDatabaseName(expected string) *ViewShowOutputAssert

func (*ViewShowOutputAssert) HasIsMaterialized added in v0.95.0

func (v *ViewShowOutputAssert) HasIsMaterialized(expected bool) *ViewShowOutputAssert

func (*ViewShowOutputAssert) HasIsSecure added in v0.95.0

func (v *ViewShowOutputAssert) HasIsSecure(expected bool) *ViewShowOutputAssert

func (*ViewShowOutputAssert) HasKind added in v0.95.0

func (v *ViewShowOutputAssert) HasKind(expected string) *ViewShowOutputAssert

func (*ViewShowOutputAssert) HasName added in v0.95.0

func (v *ViewShowOutputAssert) HasName(expected string) *ViewShowOutputAssert

func (*ViewShowOutputAssert) HasOwner added in v0.95.0

func (v *ViewShowOutputAssert) HasOwner(expected string) *ViewShowOutputAssert

func (*ViewShowOutputAssert) HasOwnerRoleType added in v0.95.0

func (v *ViewShowOutputAssert) HasOwnerRoleType(expected string) *ViewShowOutputAssert

func (*ViewShowOutputAssert) HasReserved added in v0.95.0

func (v *ViewShowOutputAssert) HasReserved(expected string) *ViewShowOutputAssert

func (*ViewShowOutputAssert) HasSchemaName added in v0.95.0

func (v *ViewShowOutputAssert) HasSchemaName(expected string) *ViewShowOutputAssert

func (*ViewShowOutputAssert) HasText added in v0.95.0

func (v *ViewShowOutputAssert) HasText(expected string) *ViewShowOutputAssert

type WarehouseShowOutputAssert

type WarehouseShowOutputAssert struct {
	*assert.ResourceAssert
}

func ImportedWarehouseShowOutput

func ImportedWarehouseShowOutput(t *testing.T, id string) *WarehouseShowOutputAssert

func WarehouseShowOutput

func WarehouseShowOutput(t *testing.T, name string) *WarehouseShowOutputAssert

func (*WarehouseShowOutputAssert) HasAutoResume

func (w *WarehouseShowOutputAssert) HasAutoResume(expected bool) *WarehouseShowOutputAssert

func (*WarehouseShowOutputAssert) HasAutoSuspend

func (w *WarehouseShowOutputAssert) HasAutoSuspend(expected int) *WarehouseShowOutputAssert

func (*WarehouseShowOutputAssert) HasAvailable

func (w *WarehouseShowOutputAssert) HasAvailable(expected float64) *WarehouseShowOutputAssert

func (*WarehouseShowOutputAssert) HasComment

func (*WarehouseShowOutputAssert) HasCreatedOn

func (w *WarehouseShowOutputAssert) HasCreatedOn(expected time.Time) *WarehouseShowOutputAssert

func (*WarehouseShowOutputAssert) HasEnableQueryAcceleration

func (w *WarehouseShowOutputAssert) HasEnableQueryAcceleration(expected bool) *WarehouseShowOutputAssert

func (*WarehouseShowOutputAssert) HasIsCurrent

func (w *WarehouseShowOutputAssert) HasIsCurrent(expected bool) *WarehouseShowOutputAssert

func (*WarehouseShowOutputAssert) HasIsDefault

func (w *WarehouseShowOutputAssert) HasIsDefault(expected bool) *WarehouseShowOutputAssert

func (*WarehouseShowOutputAssert) HasMaxClusterCount

func (w *WarehouseShowOutputAssert) HasMaxClusterCount(expected int) *WarehouseShowOutputAssert

func (*WarehouseShowOutputAssert) HasMinClusterCount

func (w *WarehouseShowOutputAssert) HasMinClusterCount(expected int) *WarehouseShowOutputAssert

func (*WarehouseShowOutputAssert) HasName

func (*WarehouseShowOutputAssert) HasOther

func (*WarehouseShowOutputAssert) HasOwner

func (*WarehouseShowOutputAssert) HasOwnerRoleType

func (w *WarehouseShowOutputAssert) HasOwnerRoleType(expected string) *WarehouseShowOutputAssert

func (*WarehouseShowOutputAssert) HasProvisioning

func (w *WarehouseShowOutputAssert) HasProvisioning(expected float64) *WarehouseShowOutputAssert

func (*WarehouseShowOutputAssert) HasQueryAccelerationMaxScaleFactor

func (w *WarehouseShowOutputAssert) HasQueryAccelerationMaxScaleFactor(expected int) *WarehouseShowOutputAssert

func (*WarehouseShowOutputAssert) HasQueued

func (*WarehouseShowOutputAssert) HasQuiescing

func (w *WarehouseShowOutputAssert) HasQuiescing(expected float64) *WarehouseShowOutputAssert

func (*WarehouseShowOutputAssert) HasResourceMonitor

func (*WarehouseShowOutputAssert) HasResumedOn

func (w *WarehouseShowOutputAssert) HasResumedOn(expected time.Time) *WarehouseShowOutputAssert

func (*WarehouseShowOutputAssert) HasRunning

func (w *WarehouseShowOutputAssert) HasRunning(expected int) *WarehouseShowOutputAssert

func (*WarehouseShowOutputAssert) HasScalingPolicy

func (*WarehouseShowOutputAssert) HasSize

func (*WarehouseShowOutputAssert) HasStartedClusters

func (w *WarehouseShowOutputAssert) HasStartedClusters(expected int) *WarehouseShowOutputAssert

func (*WarehouseShowOutputAssert) HasState

func (*WarehouseShowOutputAssert) HasType

func (*WarehouseShowOutputAssert) HasUpdatedOn

func (w *WarehouseShowOutputAssert) HasUpdatedOn(expected time.Time) *WarehouseShowOutputAssert

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL