Versions in this module Expand all Collapse all v0 v0.1.1 Mar 1, 2021 v0.1.0 Mar 1, 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 C(t *testing.T, f func(t *T)) + func Case(t *testing.T, f func()) + func Error(message ...interface{}) + func Fatal(message ...interface{}) + 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) Error(message ...interface{}) + func (t *T) Fatal(message ...interface{})