Home
last modified time | relevance | path

Searched refs:testMethod (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/objc.dg/
H A Dproto-lossage-3.m10 + testMethod; class
14 - testMethod; method
/openbsd-src/gnu/llvm/lldb/third_party/Python/module/unittest2/unittest2/
H A Dcase.py236 testMethod = getattr(self, methodName)
240 self._testMethodDoc = testMethod.__doc__
351 testMethod = getattr(self, self._testMethodName)
354 getattr(testMethod, "__unittest_skip__", False)):
362 testMethod,
378 success = self.runMethod(testMethod, result)
399 def runMethod(self, testMethod, result): argument
408 testMethod()
/openbsd-src/gnu/llvm/lldb/third_party/Python/module/unittest2/unittest2/test/
H A Dtest_assertions.py124 testMethod = getMethod(i)
132 lambda: testMethod(*args, **kwargs))