-
I see that some of the methods in ParseUser are stubbed out for now. Any eta on when they will be implemented? Also, will the currentUser be set when ParseUser is fully implemented? Thanks!
-
Currently all mocks created by OCMockito are 'nice' mocks and always return something even on methods that have not been stubbed.
Would be nice to have a `strictMock()` alternative that would instead…
-
"__Ext" classes (such as [`AreaDataExt`](https://github.com/EverestAPI/Everest/blob/dev/Celeste.Mod.mm/Patches/AreaData.cs#L472-L595)) were originally created because mods were built using Everest as …
-
```
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…
-
```
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…
-
```
I realize Mockito is not a Scala lib, but the specs2+Mockito makes a very nice
combo for testing, so improving this would be very nice :-)
Using 1.8.5/1.9-rc1 I cannot get the following to work:…
-
```
All but a handful of database methods are stubbed. Write tests to check that
any new database driver will support a core api.
```
Original issue reported on code.google.com by `adam.m.w...@gmai…