Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Verify = &cobra.Command{ Use: "verify", Short: "verify if the actual data match the expected data", RunE: func(cmd *cobra.Command, args []string) error { if expected != "" { return verifySingleCase(expected, actual, query) } return DoVerifyAccordingConfig() }, }
Verify verifies that the actual data satisfies the expected data pattern.
Functions ¶
func DoVerifyAccordingConfig ¶
func DoVerifyAccordingConfig() error
DoVerifyAccordingConfig reads cases from the config file and verifies them.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.