package
Version:
v0.1.4
Opens a new window with list of versions in this module.
Published: Dec 23, 2023
License: MIT
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
-
func Assert(tb testing.TB, condition bool, msg string, v ...interface{})
-
func Equals(tb testing.TB, exp, act interface{})
-
func EqualsBool(t *testing.T, expected bool, actual bool)
-
func EqualsInt(t *testing.T, expected int, actual int)
-
func Ok(tb testing.TB, err error)
assert fails the test if the condition is false.
func Equals(tb testing.TB, exp, act interface{})
equals fails the test if exp is not equal to act.
ok fails the test if an err is not nil.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.