Rowan Hill
Rowan Hill
Hi, As of 4.11 (and specifically #343 / #339), it's no longer possible to annotate a single rule as both `@ClassRule` and `@Rule` (as the former must be static and...
Hi, Second of my two possibly stupid questions, here. What's the rationale for requiring `@DWProvider`? Could `AutoWiredService` not just search for classes annotated with `@javax.ws.rs.ext.Provider` and/or of type `com.sun.jersey.spi.inject.InjectableProvider`, and...
Hi, Thanks for this library - it's exactly what I was looking for! I just have a couple of questions / suggestions (which I'll split out into separate issues) -...
As it turns out, IntelliJ ignores the second `@method` defined here, so I've moved each declaration to its own `@method` line. It's a bit more verbose, but at least it...
I've added some basic verification mode functionality, to allow matching exact, max and min number of calls. I haven't implemented `only()` or `noMoreInteractions()`, as they require a bit more effort...
Hi, These changes are all, I believe, entirely non-functional (i.e. they don't change any Phockito behaviour), they just satisfy static analysis tools (such as provided by PHPStorm / IntelliJ). Many...
Another little mistake of mine, I think - the point of argOfTypeThat() is to satisfy type checking, but if you use when($stub)->Foo() then no type checking takes place (as noted...