Versions in this module Expand all Collapse all v1 v1.0.1 Jun 25, 2024 Changes in this version + func NilFunc(f *TestFramework) error + func RunFrameworkSpecs(t *testing.T, suiteName string) + type TestFramework struct + TestError error + func NewTestFramework(setup, teardown func(*TestFramework) error) *TestFramework + func (t *TestFramework) Describe(text string, body func()) bool + func (t *TestFramework) MustTempDir(prefix string) string + func (t *TestFramework) MustTempFile(pattern string) string + func (t *TestFramework) Setup() + func (t *TestFramework) Teardown()