-
Updated
May 25, 2021 - PHP
stub
Here are 291 public repositories matching this topic...
-
Updated
Jan 26, 2021 - Objective-C
What you did:
Create a route:
/orders/*
then set the delay to 2000ms.
What happened:
route not delayed when hit with another param beside *
/orders/1 not delayed

/orders/900 not delayed
/orders/* delayed
, and has issues on Apple Silicon and Xcode 11 (among other things).
It would be great if Cuckoo's version of OCMock could be upgraded to >= 3.8.1 which works on Apple Silicon (release notes: https://ocmock.org/download/).
//Erik
-
Updated
Jun 4, 2021 - TypeScript
-
Updated
Dec 1, 2020 - Objective-C
-
Updated
May 27, 2021 - Objective-C
-
Updated
Jan 4, 2021 - Java
-
Updated
May 28, 2021 - Swift
-
Updated
Sep 20, 2018 - Swift
-
Updated
Jan 19, 2021 - PHP
-
Updated
May 25, 2021 - JavaScript
-
Updated
May 9, 2021 - JavaScript
-
Updated
Oct 25, 2020 - Python
-
Updated
May 21, 2021 - TypeScript
-
Updated
May 26, 2021 - Swift
-
Updated
Jun 15, 2021 - C++
Improve this page
Add a description, image, and links to the stub topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the stub topic, visit your repo's landing page and select "manage topics."
Is your feature request related to a problem? Please describe.
Today we silently ignore stubbing issues, such as trying to use
sinon.stub(obj, 'prop'), whenobj.propis a synthetic getter. From a user perspective, it is probably more user friendly to be explicitly told immediately that this Object.descriptor is non-configurable (perhaps even with a link to a Sinon doc page!) and cannot be