package helper type tester[T any] interface { Errorf(string, ...any) Run(name string, f func(T)) bool }