Home
last modified time | relevance | path

Searched defs:testRunner (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/lldb/third_party/Python/module/unittest2/unittest2/
H A Dmain.py76 argv=None, testRunner=None, argument
/openbsd-src/gnu/llvm/lldb/third_party/Python/module/unittest2/unittest2/test/
H A Dtest_break.py138 def testRunner(self): member in TestBreak
H A Dtest_program.py90 testRunner = None variable in InitialisableProgram
/openbsd-src/regress/lib/libcrypto/wycheproof/
H A Dwycheproof.go2684 func (tc *testCoordinator) testRunner(testFuncCh <-chan func() bool, resultCh chan<- bool) { global() func