Versions in this module Expand all Collapse all v1 v1.2.0 Jun 15, 2026 Changes in this version + func Run[T CommonT](t T, name string, f func(t T), options ...testoplugin.Option) + func WithLimit(n int) testoplugin.Option + type CommonT interface + Wait func() + type PluginAsync struct + func (pa *PluginAsync) Plugin(_ testoplugin.Plugin, options ...testoplugin.Option) testoplugin.Spec + func (pa *PluginAsync) Wait()