Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ExactCounter int
View Source
var ExactMocker = func(val, check, error_msg string) error { ExactCounter++ return nil }
View Source
var OneOfCounter int
View Source
var OneOfMocker = func(val string, list []interface{}, error_msg string) error { OneOfCounter++ return nil }
View Source
var RegexCounter int
View Source
var RegexMocker = func(val, pattern, error_msg string) error { RegexCounter++ return nil }
Functions ¶
func GetResourceData ¶
func NotContains ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.