type testing.TB

3 uses

	testing (current package)
		testing.go#L629: type TB interface {
		testing.go#L654: var _ TB = (*T)(nil)
		testing.go#L655: var _ TB = (*B)(nil)