Versions in this module Expand all Collapse all v0 v0.2.3 Feb 19, 2026 v0.2.2 May 5, 2022 Changes in this version + type XT struct + func X(t *testing.T) XT + func (x XT) Assert(cond bool) + func (x XT) Assertf(cond bool, format string, msg ...interface{}) + func (x XT) Contains(a interface{}, needle string) + func (x XT) Containsf(a interface{}, needle string, format string, msg ...interface{}) + func (x XT) DeepEqual(a interface{}, b interface{}) + func (x XT) DeepEqualf(a interface{}, b interface{}, format string, msg ...interface{}) + func (x XT) Equal(a interface{}, b interface{}) + func (x XT) Equalf(a interface{}, b interface{}, format string, msg ...interface{}) + func (x XT) False(cond bool) + func (x XT) Falsef(cond bool, format string, msg ...interface{}) + func (x XT) Nil(a interface{}) + func (x XT) Nilf(a interface{}, fmt string, msg ...interface{}) + func (x XT) NotEqual(a interface{}, b interface{}, msg ...interface{}) + func (x XT) NotEqualf(a interface{}, b interface{}, format string, msg ...interface{}) + func (x XT) NotNil(a interface{}) + func (x XT) NotNilf(a interface{}, fmt string, msg ...interface{}) + func (x XT) True(cond bool) + func (x XT) Truef(cond bool, format string, msg ...interface{})