(t *testing.T, object interface{}, msgAndArgs ...interface{})
| 13 | func (r *require) Equal(t *testing.T, expected, actual interface{}, msgAndArgs ...interface{}) {} |
| 14 | func (r *require) True(t *testing.T, value bool, msgAndArgs ...interface{}) {} |
| 15 | func (r *require) NotNil(t *testing.T, object interface{}, msgAndArgs ...interface{}) {} |
| 16 | |
| 17 | func (a *assert) NoError(t *testing.T, err error, msgAndArgs ...interface{}) {} |
| 18 | func (a *assert) Equal(t *testing.T, expected, actual interface{}, msgAndArgs ...interface{}) {} |
no outgoing calls