Documentation ¶
Overview ¶
Package onlyif provides primitives for running tests only if conditions are met.
Index ¶
- Variables
- func BatchMethodNotAlternative(methodType aipreflect.MethodType) suite.OnlyIf
- func HasField(name string) suite.OnlyIf
- func HasMethod(methodType aipreflect.MethodType) suite.OnlyIf
- func HasRequestEtag(method aipreflect.MethodType) suite.OnlyIf
- func MethodNotLRO(methodType aipreflect.MethodType) suite.OnlyIf
Constants ¶
This section is empty.
Variables ¶
View Source
var HasMutableResourceReferences = onlyIf{ // contains filtered or unexported fields }
View Source
var HasParent = onlyIf{ // contains filtered or unexported fields }
View Source
var HasRequiredFields = onlyIf{ // contains filtered or unexported fields }
View Source
var HasUpdateMask = onlyIf{ // contains filtered or unexported fields }
View Source
var HasUserSettableID = onlyIf{ // contains filtered or unexported fields }
Functions ¶
func BatchMethodNotAlternative ¶
func BatchMethodNotAlternative(methodType aipreflect.MethodType) suite.OnlyIf
func HasMethod ¶
func HasMethod(methodType aipreflect.MethodType) suite.OnlyIf
func HasRequestEtag ¶ added in v0.22.0
func HasRequestEtag(method aipreflect.MethodType) suite.OnlyIf
func MethodNotLRO ¶
func MethodNotLRO(methodType aipreflect.MethodType) suite.OnlyIf
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.