package
Version:
v1.0.1-RCX17
Opens a new window with list of versions in this module.
Published: Jun 27, 2016
License: Apache-2.0
Opens a new window with license information.
Imports: 4
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 Matches(tb testing.TB, expectedMatch string, actual string, msgAndArgs ...interface{})
-
func Nil(tb testing.TB, object interface{}, msgAndArgs ...interface{})
-
func NoError(tb testing.TB, err error, msgAndArgs ...interface{})
-
func NotEqual(tb testing.TB, expected interface{}, actual interface{}, ...)
-
func NotNil(tb testing.TB, object interface{}, msgAndArgs ...interface{})
-
func OneOfEquals(tb testing.TB, expected interface{}, actuals []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 NotEqual(tb testing.TB, expected interface{}, actual interface{}, msgAndArgs ...interface{})
func NotNil(tb testing.TB, object interface{}, msgAndArgs ...interface{})
func OneOfEquals(tb testing.TB, expected interface{}, actuals []interface{}, msgAndArgs ...interface{})
Source Files
¶
Click to show internal directories.
Click to hide internal directories.