Searched defs:testContext (Results 1 – 4 of 4) sorted by relevance
1774 type testContext struct { struct1775 match *matcher1776 deadline time.Time1782 isFuzzing bool1784 mu sync.Mutex1787 startParallel chan bool1791 running int1794 numWaiting int1797 maxParallel int1809 func (c *testContext) waitParallel() {[all …]
71 testContext *testContext member
129 func testContext(t testing.TB) context.Context { func
3639 testContext context.Context member