Searched refs:Instance (Results 1 – 3 of 3) sorted by relevance
131 self.Patch(instance.Instance, "Summary")144 instance.Instance.Summary.assert_called_once()147 self.Patch(instance.Instance, "Summary")149 instance.Instance.Summary.assert_not_called()153 instance.Instance.Summary.assert_not_called()
189 class Instance(object): class313 class LocalInstance(Instance):441 class LocalGoldfishInstance(Instance):562 class RemoteInstance(Instance):
26 // A service associated with a Tradefed Instance that gives information.