Documentation ¶
Index ¶
- func AssertPathsEqual(t *testing.T, expectedString, actualString string, itemsPositions []int)
- func AssertQueriesEqual(t *testing.T, expectedString, actualString *url.Values, ...)
- func PathsEqual(expectedString, actualString string, mixedPositions []int) bool
- func QueriesEqual(expectedString, actualString *url.Values, ignoreKeys []string, ...) bool
- func UrlsEqual(expectedString, actualString string, ignoreKeys, mixedKeys []string) (bool, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AssertPathsEqual ¶
Assertion wrappers for tests
func AssertQueriesEqual ¶
func PathsEqual ¶
mixedPositions - a postion of items which can contain unsorted items like multiple unsorted channels. If no such positions expected use an empty slice. Like in arrays, the first position is 0.
func QueriesEqual ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.