Home
last modified time | relevance | path

Searched refs:testFunc (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/lldb/third_party/Python/module/unittest2/unittest2/
H A Dcase.py1120 def __init__(self, testFunc, setUp=None, tearDown=None, description=None): argument
1124 self._testFunc = testFunc
/openbsd-src/regress/lib/libcrypto/wycheproof/
H A Dwycheproof.go2699 for testFunc := range testFuncCh {
2701 case resultCh <- testFunc():
2708 func (tc *testCoordinator) runTest(testFunc func() bool) {
2709 tc.testFuncCh <- testFunc