Versions in this module Expand all Collapse all v1 v1.13.1 Feb 8, 2017 Changes in this version + func Contains(t TestingT, actual, contains string) + func DeepEqual(t TestingT, actual, expected interface{}) + func Equal(t TestingT, actual, expected interface{}) + func EqualStringSlice(t TestingT, actual, expected []string) + func Error(t TestingT, err error, contains string) + func NilError(t TestingT, err error) + func NotNil(t TestingT, obj interface{}) + type TestingT interface + Fatalf func(string, ...interface{})