package
2.0.0+incompatible
Repository: https://github.com/objectbox/objectbox-go.git
Documentation: pkg.go.dev

# Functions

Eq asserts the values are equal.
EqItems asserts the given slices have the same elements (regardless of their order).
Err asserts the error is not nil.
Fail fails immediately.
Failf fails immediately.
MustMatch checks the value against a given regular expression.
MustPanic ensures that the caller's context will panic and that the panic will match the given regular expression func() { defer mustPanic(t, regexp.MustCompile("+*")) panic("some text") }.
NoErr asserts the error is nil.
NotEq asserts the given values are not equal.
NotNil verifies that the given value is not nil.
StringChannelExpect that the given channel receives the expected string next, with the given timeout.
No description provided by the author
True asserts that the given value is a boolean true.