Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AssertEqual ¶
If the comparison fails, it does not kill the execution. When comparing maps, ignoreFields only applies for structs that are the values of the map. Unexported fields are ignored. Uses methods from https://pkg.go.dev/github.com/stretchr/testify/assert.
func RequireEqual ¶
If the comparison fails, it kills the execution. When comparing maps, ignoreFields only applies for structs that are the values of the map. Unexported fields are ignored. Uses methods from https://pkg.go.dev/github.com/stretchr/testify/require.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.