Home | History | Annotate | Download | only in testing

Lines Matching defs:TB

350 			// called tb.Helper from inside that test function).
441 // TB is the interface common to T and B.
442 type TB interface {
465 var _ TB = (*T)(nil)
466 var _ TB = (*B)(nil)