Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AssertContainsElement ¶
func AssertDeepEqual ¶
func AssertElementsMatch ¶
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 ¶
Click to show internal directories.
Click to hide internal directories.