Documentation ¶
Index ¶
- type UserShowOutputAssert
- func (u *UserShowOutputAssert) HasComment(expected string) *UserShowOutputAssert
- func (u *UserShowOutputAssert) HasCreatedOn(expected time.Time) *UserShowOutputAssert
- func (u *UserShowOutputAssert) HasDaysToExpiry(expected string) *UserShowOutputAssert
- func (u *UserShowOutputAssert) HasDefaultNamespace(expected string) *UserShowOutputAssert
- func (u *UserShowOutputAssert) HasDefaultRole(expected string) *UserShowOutputAssert
- func (u *UserShowOutputAssert) HasDefaultSecondaryRoles(expected string) *UserShowOutputAssert
- func (u *UserShowOutputAssert) HasDefaultWarehouse(expected string) *UserShowOutputAssert
- func (u *UserShowOutputAssert) HasDisabled(expected bool) *UserShowOutputAssert
- func (u *UserShowOutputAssert) HasDisplayName(expected string) *UserShowOutputAssert
- func (u *UserShowOutputAssert) HasEmail(expected string) *UserShowOutputAssert
- func (u *UserShowOutputAssert) HasExpiresAtTime(expected time.Time) *UserShowOutputAssert
- func (u *UserShowOutputAssert) HasExtAuthnDuo(expected bool) *UserShowOutputAssert
- func (u *UserShowOutputAssert) HasExtAuthnUid(expected string) *UserShowOutputAssert
- func (u *UserShowOutputAssert) HasFirstName(expected string) *UserShowOutputAssert
- func (u *UserShowOutputAssert) HasHasPassword(expected bool) *UserShowOutputAssert
- func (u *UserShowOutputAssert) HasHasRsaPublicKey(expected bool) *UserShowOutputAssert
- func (u *UserShowOutputAssert) HasLastName(expected string) *UserShowOutputAssert
- func (u *UserShowOutputAssert) HasLastSuccessLogin(expected time.Time) *UserShowOutputAssert
- func (u *UserShowOutputAssert) HasLockedUntilTime(expected time.Time) *UserShowOutputAssert
- func (u *UserShowOutputAssert) HasLoginName(expected string) *UserShowOutputAssert
- func (u *UserShowOutputAssert) HasMinsToBypassMfa(expected string) *UserShowOutputAssert
- func (u *UserShowOutputAssert) HasMinsToUnlock(expected string) *UserShowOutputAssert
- func (u *UserShowOutputAssert) HasMustChangePassword(expected bool) *UserShowOutputAssert
- func (u *UserShowOutputAssert) HasName(expected string) *UserShowOutputAssert
- func (u *UserShowOutputAssert) HasOwner(expected string) *UserShowOutputAssert
- func (u *UserShowOutputAssert) HasSnowflakeLock(expected bool) *UserShowOutputAssert
- type WarehouseShowOutputAssert
- func (w *WarehouseShowOutputAssert) HasAutoResume(expected bool) *WarehouseShowOutputAssert
- func (w *WarehouseShowOutputAssert) HasAutoSuspend(expected int) *WarehouseShowOutputAssert
- func (w *WarehouseShowOutputAssert) HasAvailable(expected float64) *WarehouseShowOutputAssert
- func (w *WarehouseShowOutputAssert) HasComment(expected string) *WarehouseShowOutputAssert
- func (w *WarehouseShowOutputAssert) HasCreatedOn(expected time.Time) *WarehouseShowOutputAssert
- func (w *WarehouseShowOutputAssert) HasEnableQueryAcceleration(expected bool) *WarehouseShowOutputAssert
- func (w *WarehouseShowOutputAssert) HasIsCurrent(expected bool) *WarehouseShowOutputAssert
- func (w *WarehouseShowOutputAssert) HasIsDefault(expected bool) *WarehouseShowOutputAssert
- func (w *WarehouseShowOutputAssert) HasMaxClusterCount(expected int) *WarehouseShowOutputAssert
- func (w *WarehouseShowOutputAssert) HasMinClusterCount(expected int) *WarehouseShowOutputAssert
- func (w *WarehouseShowOutputAssert) HasName(expected string) *WarehouseShowOutputAssert
- func (w *WarehouseShowOutputAssert) HasOther(expected float64) *WarehouseShowOutputAssert
- func (w *WarehouseShowOutputAssert) HasOwner(expected string) *WarehouseShowOutputAssert
- func (w *WarehouseShowOutputAssert) HasOwnerRoleType(expected string) *WarehouseShowOutputAssert
- func (w *WarehouseShowOutputAssert) HasProvisioning(expected float64) *WarehouseShowOutputAssert
- func (w *WarehouseShowOutputAssert) HasQueryAccelerationMaxScaleFactor(expected int) *WarehouseShowOutputAssert
- func (w *WarehouseShowOutputAssert) HasQueued(expected int) *WarehouseShowOutputAssert
- func (w *WarehouseShowOutputAssert) HasQuiescing(expected float64) *WarehouseShowOutputAssert
- func (w *WarehouseShowOutputAssert) HasResourceMonitor(expected sdk.AccountObjectIdentifier) *WarehouseShowOutputAssert
- func (w *WarehouseShowOutputAssert) HasResumedOn(expected time.Time) *WarehouseShowOutputAssert
- func (w *WarehouseShowOutputAssert) HasRunning(expected int) *WarehouseShowOutputAssert
- func (w *WarehouseShowOutputAssert) HasScalingPolicy(expected sdk.ScalingPolicy) *WarehouseShowOutputAssert
- func (w *WarehouseShowOutputAssert) HasSize(expected sdk.WarehouseSize) *WarehouseShowOutputAssert
- func (w *WarehouseShowOutputAssert) HasStartedClusters(expected int) *WarehouseShowOutputAssert
- func (w *WarehouseShowOutputAssert) HasState(expected sdk.WarehouseState) *WarehouseShowOutputAssert
- func (w *WarehouseShowOutputAssert) HasType(expected sdk.WarehouseType) *WarehouseShowOutputAssert
- func (w *WarehouseShowOutputAssert) HasUpdatedOn(expected time.Time) *WarehouseShowOutputAssert
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
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 (*UserShowOutputAssert) HasComment ¶
func (u *UserShowOutputAssert) HasComment(expected string) *UserShowOutputAssert
func (*UserShowOutputAssert) HasCreatedOn ¶
func (u *UserShowOutputAssert) HasCreatedOn(expected time.Time) *UserShowOutputAssert
func (*UserShowOutputAssert) HasDaysToExpiry ¶
func (u *UserShowOutputAssert) HasDaysToExpiry(expected string) *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) 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) HasMinsToUnlock ¶
func (u *UserShowOutputAssert) HasMinsToUnlock(expected string) *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
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 (w *WarehouseShowOutputAssert) HasComment(expected string) *WarehouseShowOutputAssert
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 (w *WarehouseShowOutputAssert) HasName(expected string) *WarehouseShowOutputAssert
func (*WarehouseShowOutputAssert) HasOther ¶
func (w *WarehouseShowOutputAssert) HasOther(expected float64) *WarehouseShowOutputAssert
func (*WarehouseShowOutputAssert) HasOwner ¶
func (w *WarehouseShowOutputAssert) HasOwner(expected string) *WarehouseShowOutputAssert
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 (w *WarehouseShowOutputAssert) HasQueued(expected int) *WarehouseShowOutputAssert
func (*WarehouseShowOutputAssert) HasQuiescing ¶
func (w *WarehouseShowOutputAssert) HasQuiescing(expected float64) *WarehouseShowOutputAssert
func (*WarehouseShowOutputAssert) HasResourceMonitor ¶
func (w *WarehouseShowOutputAssert) HasResourceMonitor(expected sdk.AccountObjectIdentifier) *WarehouseShowOutputAssert
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 (w *WarehouseShowOutputAssert) HasScalingPolicy(expected sdk.ScalingPolicy) *WarehouseShowOutputAssert
func (*WarehouseShowOutputAssert) HasSize ¶
func (w *WarehouseShowOutputAssert) HasSize(expected sdk.WarehouseSize) *WarehouseShowOutputAssert
func (*WarehouseShowOutputAssert) HasStartedClusters ¶
func (w *WarehouseShowOutputAssert) HasStartedClusters(expected int) *WarehouseShowOutputAssert
func (*WarehouseShowOutputAssert) HasState ¶
func (w *WarehouseShowOutputAssert) HasState(expected sdk.WarehouseState) *WarehouseShowOutputAssert
func (*WarehouseShowOutputAssert) HasType ¶
func (w *WarehouseShowOutputAssert) HasType(expected sdk.WarehouseType) *WarehouseShowOutputAssert
func (*WarehouseShowOutputAssert) HasUpdatedOn ¶
func (w *WarehouseShowOutputAssert) HasUpdatedOn(expected time.Time) *WarehouseShowOutputAssert
Source Files ¶
Click to show internal directories.
Click to hide internal directories.