Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AssertElementsMatch ¶ added in v1.13.0
AssertElementsMatch asserts that the specified listX(array, slice...) is equal to specified listY(array, slice...) ignoring the order of the elements. If there are duplicate elements, the number of appearances of each of them in both lists should match.
prototest.AssertElementsMatch(t, [1, 3, 2, 3], [1, 3, 3, 2])
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.