Versions in this module Expand all Collapse all v2 v2.0.1 Nov 13, 2023 Changes in this version + func Run(testingT *testing.T, suite interface{}) + type AfterTest interface + AfterTest func(t *T, suiteName, testName string) + type BeforeTest interface + BeforeTest func(t *T, suiteName, testName string) + type SetupAllSuite interface + SetupSuite func(t *T) + type SetupTestSuite interface + SetupTest func(t *T) + type SuiteInformation struct + End time.Time + Start time.Time + TestStats map[string]*TestInformation + func (s SuiteInformation) Passed() bool + type T struct + func (t *T) Cleanup(f func()) + func (t *T) Deadline() (deadline time.Time, ok bool) + func (t *T) Error(args ...interface{}) + func (t *T) Errorf(format string, args ...interface{}) + func (t *T) Fail() + func (t *T) FailNow() + func (t *T) Failed() bool + func (t *T) Fatal(args ...interface{}) + func (t *T) Fatalf(format string, args ...interface{}) + func (t *T) Helper() + func (t *T) Log(args ...interface{}) + func (t *T) Logf(format string, args ...interface{}) + func (t *T) Name() string + func (t *T) Parallel() + func (t *T) Require() *require.Assertions + func (t *T) Run(name string, subtest func(t *T)) bool + func (t *T) Setenv(key, value string) + func (t *T) Skip(args ...interface{}) + func (t *T) SkipNow() + func (t *T) Skipf(format string, args ...interface{}) + func (t *T) Skipped() bool + func (t *T) TempDir() string + type TearDownAllSuite interface + TearDownSuite func(t *T) + type TearDownTestSuite interface + TearDownTest func(t *T) + type TestInformation struct + End time.Time + Passed bool + Start time.Time + TestName string + type WithStats interface + HandleStats func(t *T, suiteName string, stats *SuiteInformation) Other modules containing this package github.com/huma-engineering/testify