Documentation ¶
Index ¶
- func CompareJSON(actual []byte, expected []byte) (bool, error)
- func CompareObjects(actual, expected any) (bool, error)
- func DumpMetrics(prefix string) string
- func MatchCounter(val int64, labels ...string) gcustom.CustomGomegaMatcher
- func MatchJson(a any) gcustom.CustomGomegaMatcher
- func MatchMap(a map[string]string) gcustom.CustomGomegaMatcher
- func NormalizeJSON(jsonStr string) (string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CompareObjects ¶ added in v1.35.3
func DumpMetrics ¶
func MatchCounter ¶
func MatchCounter(val int64, labels ...string) gcustom.CustomGomegaMatcher
func MatchJson ¶ added in v1.35.3
func MatchJson(a any) gcustom.CustomGomegaMatcher
func NormalizeJSON ¶ added in v1.35.3
NormalizeJSON returns an indented json string. The keys are sorted lexicographically.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.