Searched refs:testFunc (Results 1 – 2 of 2) sorted by relevance
1120 def __init__(self, testFunc, setUp=None, tearDown=None, description=None): argument1124 self._testFunc = testFunc
2699 for testFunc := range testFuncCh {2701 case resultCh <- testFunc():2708 func (tc *testCoordinator) runTest(testFunc func() bool) {2709 tc.testFuncCh <- testFunc