-
### Description
Try to make test:
` @RunWith(PowerMockRunner.class)
@PowerMockRunnerDelegate(RobolectricTestRunner.class)
@PowerMockIgnore({
"org.mockito.*",
"org.robolectric.*…
-
```
should be ported
```
Original issue reported on code.google.com by `johan.ha...@gmail.com` on 9 Sep 2009 at 6:44
-
###Integration:
```
// test
testCompile "junit:junit:4.12"
testCompile "com.google.truth:truth:0.30"
testCompile "org.robolectric:robolectric:3.5.1"
testCompile "org.robolectric:…
IHNEL updated
7 years ago
-
```
should be ported
```
Original issue reported on code.google.com by `johan.ha...@gmail.com` on 9 Sep 2009 at 6:44
-
```
should be ported
```
Original issue reported on code.google.com by `johan.ha...@gmail.com` on 9 Sep 2009 at 6:44
-
```
should be ported
```
Original issue reported on code.google.com by `johan.ha...@gmail.com` on 9 Sep 2009 at 6:44
-
```
The attached test will fail with:
java.lang.Exception: Method $spock_feature_0_0 should have no parameters
I would like to be able to do data-driven testing in Spock using PowerMockito.
```
Ori…
-
```
What steps will reproduce the problem?
1.call PowerMockito.mockStatic() on a class having a long static method.
2.
3.
What is the expected output? What do you see instead?
What version of the p…
-
```
I'm trying to use the unit test to do optimization by using the jvisualvm
profiler to evaluate hotspots and code optimization progress.
I wrote simple junit4-10 test and mocked out new() method …
-
```
should be ported
```
Original issue reported on code.google.com by `johan.ha...@gmail.com` on 9 Sep 2009 at 6:44