Searched refs:methodName (Results 1 – 4 of 4) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_socket.py | 168 def __init__(self, methodName='runTest'): argument 169 SocketTCPTest.__init__(self, methodName=methodName) 182 def __init__(self, methodName='runTest'): argument 183 SocketUDPTest.__init__(self, methodName=methodName) 196 def __init__(self, methodName='runTest'): argument 197 ThreadedTCPSocketTest.__init__(self, methodName=methodName) 224 def __init__(self, methodName='runTest'): argument 225 unittest.TestCase.__init__(self, methodName=methodName) 714 def __init__(self, methodName='runTest'): argument 715 SocketConnectedTest.__init__(self, methodName=methodName) [all …]
|
D | test_struct.py | 191 super(IntTester, self).__init__(methodName='test_one')
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/test/ |
D | test_assertions.py | 146 def assertMessages(self, methodName, args, errors): argument 153 return getattr(test, methodName)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/ |
D | case.py | 180 def __init__(self, methodName='runTest'): argument 185 self._testMethodName = methodName 188 testMethod = getattr(self, methodName) 191 (self.__class__, methodName))
|