package
Version:
v0.0.0-...-c86a493
Opens a new window with list of versions in this module.
Published: May 15, 2013
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package test contains test tools extending the basic go test toolset.
Based on work by Stefan Nilsson of KTH
Checks if a and b have the same elements in the same order.
func Check(t *testing.T, res, exp interface{})
func Diff(res, exp interface{}) (message string, diff bool)
Checks if res and exp are different.
Checks if res and exp are different permutations of characters.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.