Versions in this module Expand all Collapse all v0 v0.14.0 Mar 22, 2025 Changes in this version + type CaseBuilder struct + func P0Case(name string) *CaseBuilder + func P1Case(name string) *CaseBuilder + func P2Case(name string) *CaseBuilder + func P3Case(name string) *CaseBuilder + func (b *CaseBuilder) AllowSkip() *CaseBuilder + func (b *CaseBuilder) Cluster() *cluster.TestCaseBuilder + func (b *CaseBuilder) Do() bool + func (b *CaseBuilder) DoFunc(f TestSpecFunc) bool + func (b *CaseBuilder) DoNotSkip() *CaseBuilder + func (b *CaseBuilder) DoWithContext(ctx context.Context) bool + func (b *CaseBuilder) P0() *CaseBuilder + func (b *CaseBuilder) P1() *CaseBuilder + func (b *CaseBuilder) P2() *CaseBuilder + func (b *CaseBuilder) P3() *CaseBuilder + func (b *CaseBuilder) WithCondition(funcs ...Condition) *CaseBuilder + func (b *CaseBuilder) WithFunc(tc TestSpecFunc) *CaseBuilder + func (b *CaseBuilder) WithLabels(labels ...interface{}) *CaseBuilder + func (b *CaseBuilder) WithPriority(prior TestCasePriority) *CaseBuilder + type Framework struct + Name string + func New(name string) *Framework + func (f *Framework) Config(configures ...Configure) *Framework + func (f *Framework) Extensions(extensions ...SharedExtension) *Framework + func (f *Framework) MRun(m *testing.M) + func (f *Framework) Run(t *testing.T) + func (f *Framework) SynchronizedAfterSuite(destroyFunc func()) *Framework + func (f *Framework) SynchronizedBeforeSuite(initFunc func()) *Framework + func (f *Framework) WithContext(ctx context.Context) *Framework