-
```
What steps will reproduce the problem?
1. Create interface with virtual operator (e.g. operator==())
2. Create mock class implementing interface
3. Create instance of mock class
What is the expec…
-
@richleland As I was going through the requirements for change implementation for #12 I realized that the tests depend significantly on mocking the behaviour of HTTPotion. Moving forward, would you be…
-
```
I was wondering whether JsTestDriver supports mocking AJAX/jQuery calls?
I'm currently testing against an environment which I cannot get access to,
so the only way to do so is to mock up the AJA…
-
```
I was wondering whether JsTestDriver supports mocking AJAX/jQuery calls?
I'm currently testing against an environment which I cannot get access to,
so the only way to do so is to mock up the AJA…
-
I often see developers using mocks for entities to simplify their creation for testing.
While this is easy enough it creates a lot of coupling to the implementation details.
I would like to see …
-
I haven't thought enough, but I'm thinking of implementing features like [RSpec Mocks](https://relishapp.com/rspec/rspec-mocks/docs).
-
Issue mocking MavenProject.
I need to mock a MavenProject like in the added ExampleProject, but it can't be compiled cause i get the following error:
```
org.mockito.exceptions.base.MockitoExce…
-
I wrote a small script using `rusoto_sts` and it's working flawless so far (thanks for the library at that point :slightly_smiling_face: ).
However, when I tried to write unit tests with `rusoto_mo…
x4121 updated
3 years ago
-
_This issue was originally filed by @seaneagan_
---
See mailing list discussion:
https://groups.google.com/a/dartlang.org/forum/#!topic/misc/Vz_5qCDMXbU
-
```
The test case below can pass with mockito 1.8.5 but failed with mockito 1.9.5.
MethodNotFoundException occurs.
@Test
public void test_mock_object_with_multiple_interfaces() throws Except…