Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type TestingThat ¶
type TestingThat struct {
// contains filtered or unexported fields
}
TestingThat is an intermediate type, not to be instantiated directly
func With ¶
func With(t testingT) *TestingThat
With allows assertions as in: so.With(t).So(actual, should.Equal, expected)
func (*TestingThat) The ¶
func (this *TestingThat) The(actual interface{}, assertion assertion, expected ...interface{})
The as a method is analogous to the standalone The function and reports errors directly to the previously provided *testing.T as in: so.With(t).The(actual, should.Equal, expected)
Click to show internal directories.
Click to hide internal directories.