-
I can't put a finger on the specific issue but what I experience is that my mocks gets stubbed (i.e return some default value as `undefined`) but doesn't treat `.mockImplemenation` or `.mockRetrunValu…
-
Create a reference guide for consumers of `simple-git` showing a preferred way to mock `simple-git` in their applications
-
Installed API-Designer and cannot activate the mocking service. After turning it on, its loading for a moment and fails
-
```
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…
-
```
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…
-
```
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…
-
```
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…
-
```
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…
-
```
When I attempt to run a spec that mocks java.io.PrintStream I get an
IllegalArgumentException thrown:
class PrintSpec extends Specification {
private PrintStream printStream = Mock()
}
spoc…
-
```
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…