-
```
Hi, I'm a member of Android's Dalvik team. Lots of Android developers have been
asking for Mockito support for Android, so we've written some code to make that
possible.
The first part is a new…
-
When compiling with clang 3.6.1 on OSX std::make_shared has a problem with the THROWS macro in the destructors of Mock.
I have also tried Linux with GCC and clang (also 3.6.1), OSX with GCC. There th…
-
This is a regression sometime since SHA [a43d734f241595](https://github.com/vektra/mockery/commit/a43d734f24159591e48fb964b3b466ea13fa3272). Not sure exactly when.
The following interface will gene…
-
```
Hi, I'm a member of Android's Dalvik team. Lots of Android developers have been
asking for Mockito support for Android, so we've written some code to make that
possible.
The first part is a new…
-
I am trying to mock a piece of code that has a function that returns a struct directly (not via a pointer). The problem is that CMock generates a function that returns the value, but casts the return …
-
`ember help` has special case code for the `generate` command [here](https://github.com/ember-cli/ember-cli/blob/v1.13.5/lib/commands/help.js#L34). I assume it is meant to short circuit the multiple h…
-
After upgrading to 3.3.0, I started seeing a handful of consistent spec failures.
- Installed through `rspec-rails` version 3.3.0
- Rails version 4.2.1
- Using `infer_spec_type_from_file_location!`
T…
-
```
What steps will reproduce the problem?
1. public interface abc
{
int teste();
}
2. var a = new Mock();
var b = a.Setup(x => x.teste()).Returns(5);
3. Second line thr…
-
(Please note: I'm coming from a Backbone background, so I may not be doing things correctly. If that's the case, please let me know).
I've created a "Foundation For Apps" app by running `foundation-a…
-
Hi,
I am using Rails 4.0.2 and ruby 2.1.0p0 (2013-12-25 revision 44422) [x86_64-linux]
I have installed Resque::VERSION => "2.0.0.pre.1"
However when I try Resque.new in the console I am getting an…