# Functions
Uses reflect.DeepEqual to test for equality.
EqItems checks whether two slices have the same elements (regardless of their order).
No description provided by the author
No description provided by the author
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") }.
No description provided by the author
Uses reflect.DeepEqual to test for equality.