Searched refs:PropertyMock (Results 1 – 5 of 5) sorted by relevance
101 type(self.device).build_version_sdk = mock.PropertyMock(137 type(self.device).build_version_sdk = mock.PropertyMock(
114 type(target), attribute, new_callable=mock.PropertyMock, **kwargs)
2352 class PropertyMock(Mock): class
2343 class PropertyMock(Mock): class