Home
last modified time | relevance | path

Searched refs:NotAMock (Results 1 – 20 of 20) sorted by relevance

/dports/devel/abseil/abseil-cpp-20211102.0/absl/random/
H A Dbit_gen_ref.h115 mock_call_(NotAMock),
159 static bool NotAMock(uintptr_t, base_internal::FastTypeIdType, void*, void*) {
165 if (mock_call_ == NotAMock) return false; // avoids an indirect call.
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/third_party/abseil-cpp/absl/random/
H A Dbit_gen_ref.h115 mock_call_(NotAMock),
159 static bool NotAMock(uintptr_t, base_internal::FastTypeIdType, void*, void*) {
165 if (mock_call_ == NotAMock) return false; // avoids an indirect call.
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/abseil-cpp/absl/random/
H A Dbit_gen_ref.h115 mock_call_(NotAMock),
159 static bool NotAMock(uintptr_t, base_internal::FastTypeIdType, void*, void*) {
165 if (mock_call_ == NotAMock) return false; // avoids an indirect call.
/dports/devel/py-grpcio/grpcio-1.43.0/third_party/abseil-cpp/absl/random/
H A Dbit_gen_ref.h115 mock_call_(NotAMock),
159 static bool NotAMock(uintptr_t, base_internal::FastTypeIdType, void*, void*) {
165 if (mock_call_ == NotAMock) return false; // avoids an indirect call.
/dports/databases/py-gdbm/Python-3.8.12/Lib/unittest/test/testmock/
H A Dtestpatch.py1167 class NotAMock(object): class
1171 p = patch(foo_name, new_callable=NotAMock, spec=True)
1174 self.assertTrue(is_instance(m, NotAMock))
/dports/lang/python37/Python-3.7.12/Lib/unittest/test/testmock/
H A Dtestpatch.py1219 class NotAMock(object): class
1223 p = patch(foo_name, new_callable=NotAMock, spec=True)
1226 self.assertTrue(is_instance(m, NotAMock))
/dports/lang/python-tools/Python-3.8.12/Lib/unittest/test/testmock/
H A Dtestpatch.py1167 class NotAMock(object): class
1171 p = patch(foo_name, new_callable=NotAMock, spec=True)
1174 self.assertTrue(is_instance(m, NotAMock))
/dports/lang/python38/Python-3.8.12/Lib/unittest/test/testmock/
H A Dtestpatch.py1167 class NotAMock(object): class
1171 p = patch(foo_name, new_callable=NotAMock, spec=True)
1174 self.assertTrue(is_instance(m, NotAMock))
/dports/net/google-cloud-sdk/google-cloud-sdk/platform/gsutil/third_party/mock/mock/tests/
H A Dtestpatch.py1176 class NotAMock(object): class
1180 p = patch(foo_name, new_callable=NotAMock, spec=True)
1183 self.assertTrue(is_instance(m, NotAMock))
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/python/mock-1.0.0/tests/
H A Dtestpatch.py1152 class NotAMock(object): class
1156 p = patch(foo_name, new_callable=NotAMock, spec=True)
1159 self.assertTrue(is_instance(m, NotAMock))
/dports/databases/py-sqlite3/Python-3.8.12/Lib/unittest/test/testmock/
H A Dtestpatch.py1167 class NotAMock(object): class
1171 p = patch(foo_name, new_callable=NotAMock, spec=True)
1174 self.assertTrue(is_instance(m, NotAMock))
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/gsutil/third_party/mock/mock/tests/
H A Dtestpatch.py1176 class NotAMock(object): class
1180 p = patch(foo_name, new_callable=NotAMock, spec=True)
1183 self.assertTrue(is_instance(m, NotAMock))
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/depot_tools/external_bin/gsutil/gsutil_4.28/gsutil/third_party/mock/mock/tests/
H A Dtestpatch.py1176 class NotAMock(object): class
1180 p = patch(foo_name, new_callable=NotAMock, spec=True)
1183 self.assertTrue(is_instance(m, NotAMock))
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/unittest/test/testmock/
H A Dtestpatch.py1167 class NotAMock(object): class
1171 p = patch(foo_name, new_callable=NotAMock, spec=True)
1174 self.assertTrue(is_instance(m, NotAMock))
/dports/www/firefox-legacy/firefox-52.8.0esr/python/mock-1.0.0/tests/
H A Dtestpatch.py1152 class NotAMock(object): class
1156 p = patch(foo_name, new_callable=NotAMock, spec=True)
1159 self.assertTrue(is_instance(m, NotAMock))
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/mock-1.0.0/tests/
H A Dtestpatch.py1152 class NotAMock(object): class
1156 p = patch(foo_name, new_callable=NotAMock, spec=True)
1159 self.assertTrue(is_instance(m, NotAMock))
/dports/lang/python310/Python-3.10.1/Lib/unittest/test/testmock/
H A Dtestpatch.py1176 class NotAMock(object): class
1180 p = patch(foo_name, new_callable=NotAMock, spec=True)
1183 self.assertTrue(is_instance(m, NotAMock))
/dports/lang/python311/Python-3.11.0a3/Lib/unittest/test/testmock/
H A Dtestpatch.py1176 class NotAMock(object): class
1180 p = patch(foo_name, new_callable=NotAMock, spec=True)
1183 self.assertTrue(is_instance(m, NotAMock))
/dports/lang/python39/Python-3.9.9/Lib/unittest/test/testmock/
H A Dtestpatch.py1176 class NotAMock(object): class
1180 p = patch(foo_name, new_callable=NotAMock, spec=True)
1183 self.assertTrue(is_instance(m, NotAMock))
/dports/devel/py-mock/mock-3.0.5/mock/tests/
H A Dtestpatch.py1166 class NotAMock(object): class
1170 p = patch(foo_name, new_callable=NotAMock, spec=True)
1173 self.assertTrue(is_instance(m, NotAMock))