package
Version:
v3.1.0+incompatible
Opens a new window with list of versions in this module.
Published: May 29, 2020
License: Apache-2.0, MIT
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
-
func DeepEqual(t assert.TestingT, actual, expected interface{})
-
func Equal(t TestingT, actual, expected interface{}, msg string)
-
func False(t TestingT, obj bool)
-
func Nil(t assert.TestingT, obj interface{})
-
func NotEqual(t assert.TestingT, actual, expected interface{}, msg string)
-
func NotNil(t assert.TestingT, obj interface{})
-
func True(t TestingT, obj bool)
-
type TestingT
type TestingT interface {
FailNow()
Fail()
Log(args ...interface{})
Fatalf(format string, args ...interface{})
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.