package
Version:
v1.0.388
Opens a new window with list of versions in this module.
Published: Apr 13, 2016
License: Apache-2.0
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
¶
-
func Equal(tb testing.TB, expected interface{}, actual interface{}, ...)
-
func EqualOneOf(tb testing.TB, expecteds []interface{}, actual interface{}, ...)
-
func False(tb testing.TB, value bool, msgAndArgs ...interface{})
-
func Nil(tb testing.TB, object interface{}, msgAndArgs ...interface{})
-
func NoError(tb testing.TB, err error, msgAndArgs ...interface{})
-
func NotNil(tb testing.TB, object interface{}, msgAndArgs ...interface{})
-
func True(tb testing.TB, value bool, msgAndArgs ...interface{})
-
func YesError(tb testing.TB, err error, msgAndArgs ...interface{})
func Equal(tb testing.TB, expected interface{}, actual interface{}, msgAndArgs ...interface{})
func EqualOneOf(tb testing.TB, expecteds []interface{}, actual interface{}, msgAndArgs ...interface{})
func Nil(tb testing.TB, object interface{}, msgAndArgs ...interface{})
func NotNil(tb testing.TB, object interface{}, msgAndArgs ...interface{})
Source Files
¶
Click to show internal directories.
Click to hide internal directories.