Lines Matching defs:self
113 def testReturnsSameObject(self): argument
119 def __init__(self): argument
126 def testInstantiateWithMultiArgConstructor(self): argument
134 def __init__(self, arg1, arg2): argument
146 def testTryToInstantiateWithoutNeededArgs(self): argument
150 def __init__(self, arg1, arg2): argument
157 def testTryToInstantiateWithoutGetInstance(self): argument
166 def __init__(self): argument
171 def testDontAllowNew(self): argument
175 def __init__(self): argument
184 def testDontAllowArgsAfterConstruction(self): argument
187 def __init__(self, arg1, arg2): argument
195 def test_forgetClassInstanceReferenceForTesting(self): argument
197 def __init__(self): argument
200 def __init__(self): argument