Home
last modified time | relevance | path

Searched refs:methodName (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_socket.py168 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 …]
Dtest_struct.py191 super(IntTester, self).__init__(methodName='test_one')
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/test/
Dtest_assertions.py146 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/
Dcase.py180 def __init__(self, methodName='runTest'): argument
185 self._testMethodName = methodName
188 testMethod = getattr(self, methodName)
191 (self.__class__, methodName))