Versions in this module Expand all Collapse all v1 v1.0.2 Nov 28, 2021 v1.0.1 Nov 28, 2021 Changes in this version + func Assert(value, expect interface{}) + func AssertEQ(value, expect interface{}) + func AssertGE(value, expect interface{}) + func AssertGT(value, expect interface{}) + func AssertIN(value, expect interface{}) + func AssertLE(value, expect interface{}) + func AssertLT(value, expect interface{}) + func AssertNE(value, expect interface{}) + func AssertNI(value, expect interface{}) + func AssertNQ(value, expect interface{}) + func AssertNil(value interface{}) + func C(t *testing.T, f func(t *T)) + func Error(message ...interface{}) + func Fatal(message ...interface{}) + func TestDataContent(names ...string) string + func TestDataPath(names ...string) string + type T struct + func (t *T) Assert(value, expect interface{}) + func (t *T) AssertEQ(value, expect interface{}) + func (t *T) AssertGE(value, expect interface{}) + func (t *T) AssertGT(value, expect interface{}) + func (t *T) AssertIN(value, expect interface{}) + func (t *T) AssertLE(value, expect interface{}) + func (t *T) AssertLT(value, expect interface{}) + func (t *T) AssertNE(value, expect interface{}) + func (t *T) AssertNI(value, expect interface{}) + func (t *T) AssertNQ(value, expect interface{}) + func (t *T) AssertNil(value interface{}) + func (t *T) Error(message ...interface{}) + func (t *T) Fatal(message ...interface{})