Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Alias BeTrue = AssertTrue BeNil = AssertNil BeEqual = AssertEqual )
Functions ¶
func AssertEqual ¶
assert a equals b, or show code where error
func AssertTrue ¶
Types ¶
type TestRunner ¶
func TR ¶
func TR(t *testing.T) *TestRunner
func (*TestRunner) Add ¶
func (this *TestRunner) Add(fn func(t *Assert))
Click to show internal directories.
Click to hide internal directories.