package assert // TestingT is an interface wrapper around *testing.T type TestingT interface { Helper() Name() string Error(args ...any) }