Documentation ¶
Index ¶
- func Fail(t testing.TB, fmt string, args ...interface{})
- func Failf(t testing.TB, fmt string, args ...interface{})
- func ToBeEqual(t testing.TB, expected, actual interface{})
- func ToBeEqualUsing(t testing.TB, expected, actual interface{}, comparator interface{})
- func ToBeMatching(t testing.TB, expectedPattern string, actual interface{})
- func ToBeNil(t testing.TB, actual interface{})
- func ToBeNoError(t testing.TB, actual error)
- func ToBeNotEqual(t testing.TB, expected, actual interface{})
- func ToBeNotEqualUsing(t testing.TB, expected, actual interface{}, comparator interface{})
- func ToBeNotNil(t testing.TB, actual interface{})
- func ToBeNotSame(t testing.TB, expected, actual interface{})
- func ToBeOfType(t testing.TB, expectedType, actual interface{})
- func ToBeSame(t testing.TB, expected, actual interface{})
- type ExecutionT
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ToBeEqualUsing ¶ added in v0.7.0
func ToBeMatching ¶ added in v0.7.1
func ToBeNoError ¶
func ToBeNotEqual ¶ added in v0.7.0
func ToBeNotEqualUsing ¶ added in v0.7.0
func ToBeNotNil ¶ added in v0.7.0
func ToBeNotSame ¶ added in v0.7.1
func ToBeOfType ¶
Types ¶
type ExecutionT ¶ added in v0.7.0
func Execution ¶ added in v0.7.0
func Execution(t testing.TB, f func()) *ExecutionT
func (*ExecutionT) WillPanicWith ¶ added in v0.7.0
func (instance *ExecutionT) WillPanicWith(pattern string)
func (*ExecutionT) WillPanicWithRegexp ¶ added in v0.7.0
func (instance *ExecutionT) WillPanicWithRegexp(pattern *regexp.Regexp)
Click to show internal directories.
Click to hide internal directories.