Documentation
¶
Index ¶
- func ExpectBool(expect, actual bool, t *testing.T) booldeprecated
- func ExpectEmptyString(actual string, t *testing.T) booldeprecated
- func ExpectEqual[T comparable](expected, actual T, t *testing.T) bool
- func ExpectError(err error, t *testing.T) bool
- func ExpectFalse(actual bool, t *testing.T) booldeprecated
- func ExpectFloat[T float32 | float64](expected, actual T, t *testing.T) bool
- func ExpectFloat64(expect, actual float64, t *testing.T) booldeprecated
- func ExpectInt(expect, actual int, t *testing.T) booldeprecated
- func ExpectInt64(expect, actual int64, t *testing.T) booldeprecated
- func ExpectMatch(pattern, actual string, t *testing.T) bool
- func ExpectNil(value interface{}, t *testing.T) bool
- func ExpectNoError(err error, t *testing.T) bool
- func ExpectNonEmptyString(actual string, t *testing.T) booldeprecated
- func ExpectNonNil(value interface{}, t *testing.T) bool
- func ExpectPanic(t *testing.T) bool
- func ExpectString(expect, actual string, t *testing.T) booldeprecated
- func ExpectTrue(actual bool, t *testing.T) booldeprecated
- func ExpectUnequal[T comparable](expected, actual T, t *testing.T) bool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ExpectBool
deprecated
func ExpectEmptyString
deprecated
func ExpectEqual ¶
func ExpectEqual[T comparable](expected, actual T, t *testing.T) bool
func ExpectFalse
deprecated
func ExpectFloat64
deprecated
func ExpectInt64
deprecated
func ExpectNonEmptyString
deprecated
func ExpectNonNil ¶
func ExpectString
deprecated
func ExpectTrue
deprecated
func ExpectUnequal ¶
func ExpectUnequal[T comparable](expected, actual T, t *testing.T) bool
Types ¶
This section is empty.
Directories
¶
Path | Synopsis |
---|---|
filepath: /Users/skelly/Documents/GoProjects/GoLib/TestRunner/packagerunner.go
|
filepath: /Users/skelly/Documents/GoProjects/GoLib/TestRunner/packagerunner.go |
Click to show internal directories.
Click to hide internal directories.