-
I'm writing a custom rspec matcher that validates the input and output arguments that are being stubbed out obey the specified contract. I'm doing this by calling `Contract.valid?` against the contra…
-
```
This issue is closely related to #349, however I am referring to the now
standard type java.util.Optional in Java 8 instead of Guava's.
A stubbed method that returns Optional should return Optio…
-
```
This issue is closely related to #349, however I am referring to the now
standard type java.util.Optional in Java 8 instead of Guava's.
A stubbed method that returns Optional should return Optio…
-
```
This issue is closely related to #349, however I am referring to the now
standard type java.util.Optional in Java 8 instead of Guava's.
A stubbed method that returns Optional should return Optio…
-
Please highlight in your introductory text that both methods and classes need to be marked open - perhaps by way of example.
I wasted a lot of time chasing around why
```
open class TimeFactory…
-
I'm talking about: http://php.net/manual/en/language.oop5.final.php
Why I need this: https://phpunit.de/manual/current/en/test-doubles.html
Final, private and static methods cannot be stubbed or m…
yapro updated
7 years ago
-
Currently, this module depends on `node-clock`. It [may or may not share it's clock instance](http://bites.goodeggs.com/posts/commonjs-modules-make-brittle-singletons/) with consuming apps.
When thi…
-
```
This issue is closely related to #349, however I am referring to the now
standard type java.util.Optional in Java 8 instead of Guava's.
A stubbed method that returns Optional should return Optio…
-
Just wanted to check in to see if this library is still being maintained. I'd like to reliably use it, but notice there's a long standing open PR. Would be happy to help out if that's needed
-
### Expected/Actual behaviour
When using Static analysis tools (or PHPStorm) a wrong case in Redis methods are reported (example https://phpstan.org/r/de1a12bf-6371-4157-a464-915339d34829) but most…