Searched refs:StubOutForTesting (Results 1 – 14 of 14) sorted by relevance
1 path: "tensorflow.test.StubOutForTesting"3 is_instance: "<class \'tensorflow.python.platform.googletest.StubOutForTesting\'>"
8 name: "StubOutForTesting"
49 StubOutForTesting = _googletest.StubOutForTesting # pylint: disable=invalid-name variable
112 class StubOutForTesting(object): class
23 class StubOutForTesting: class
162 self.stubs = stubout.StubOutForTesting()
30 class StubOutForTesting: class
91 from pyfakefs.mox3_stubout import StubOutForTesting682 self._stubs: Optional[StubOutForTesting] = None959 self._stubs = mox3_stubout.StubOutForTesting()
24 self._stubs = mox.stubout.StubOutForTesting()
58 self.stubber = mox3_stubout.StubOutForTesting()