Lines Matching defs:__init__
45 def __init__(self, result=None):
194 def __init__(self, test_case):
203 def __init__(self, expected, test_case, expected_regex=None):
204 _BaseTestCaseContext.__init__(self, test_case)
359 If it is necessary to override the __init__ method, the base class
360 __init__ method must always be called. It is important that subclasses
361 should not change the signature of their __init__ method, since instances
393 def __init__(self, methodName='runTest'):
1397 def __init__(self, testFunc, setUp=None, tearDown=None, description=None):
1398 super(FunctionTestCase, self).__init__()
1448 def __init__(self, test_case, message, params):
1449 super().__init__()