-
```
What steps will reproduce the problem?
import junit.framework.Assert;
import org.junit.Test;
import org.mockito.Mockito;
public class TestSpy {
private static SomeOther manualMockOther = n…
-
```
What steps will reproduce the problem?
import junit.framework.Assert;
import org.junit.Test;
import org.mockito.Mockito;
public class TestSpy {
private static SomeOther manualMockOther = n…
-
```
Please see the unit test below, the last assertion should not fail.
These versions are defined in Gradle:
testCompile 'org.mockito:mockito-core:1.9.5'
testCompile 'org.powermock:powermock-module…
-
```
Please see the unit test below, the last assertion should not fail.
These versions are defined in Gradle:
testCompile 'org.mockito:mockito-core:1.9.5'
testCompile 'org.powermock:powermock-module…
-
Hi i am facing the below exception while using Mockito 1.1.4 for creating junit test case for my GWT class, can some help me fixing it
Exception :
java.lang.RuntimeException: java.lang.reflect.Invoc…
-
```
What steps will reproduce the problem?
1. gradle clean test
What is the expected output? What do you see instead?
C:\.gradle\caches\modules-2\files-2.1\org.mockito\mockito-all\1.9.5\79a8984096fc…
-
@mockitoguy, @drewhannay
The Android API uses static methods, e.g. in Settings.Global . Some tests might want to mock those.
In https://github.com/mockito/mockito/issues/1013 there is a discuss…
-
```
Please see the unit test below, the last assertion should not fail.
These versions are defined in Gradle:
testCompile 'org.mockito:mockito-core:1.9.5'
testCompile 'org.powermock:powermock-module…
-
```
Please see the unit test below, the last assertion should not fail.
These versions are defined in Gradle:
testCompile 'org.mockito:mockito-core:1.9.5'
testCompile 'org.powermock:powermock-module…
-
```
What steps will reproduce the problem?
1. Open the bundles for both mockito-all and mockito-all sources and you'll see
the bundle name is the same. This causes issue in plugin based build system…