Searched refs:test_context (Results 1 – 2 of 2) sorted by relevance
104 method_count.test_context = usage.test_context120 def __init__(self, method_name, test_context): argument128 self.test_context = test_context132 return hash(self.test_context) ^ hash(self.method_name)135 return (self.test_context == other.test_context and140 self.test_context + '}')
143 method_invocation.test_context = 'c.d'147 method_invocation.test_context = 'h.i'