-
```
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…
-
Hi!
Was having issues mocking SWT controls and found your old blog post.
https://github.com/blimmer/benlimmer.com/blob/master/_posts/2014-02-09-mocking-swt-image-and-display-with-powermockito.md
…
-
```
What steps will reproduce the problem?
When running the provided unit tests in module-test/mockito/junit4 with the IBM
JVM, several tests fail. They work fine with the Oracle JVM.
What is the ex…
-
```
What steps will reproduce the problem?
1. Create a mock for a class with a protected method with 3 or more parameters
of differing type using PowerMockito.
2. Mock a return a value for the method…
-
```
What steps will reproduce the problem?
1. Create a mock for a class with a protected method with 3 or more parameters
of differing type using PowerMockito.
2. Mock a return a value for the method…
-
```
What steps will reproduce the problem?
1. Create a mock for a class with a protected method with 3 or more parameters
of differing type using PowerMockito.
2. Mock a return a value for the method…
-
```
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 …
-
```
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…
-
```
What steps will reproduce the problem?
When running the provided unit tests in module-test/mockito/junit4 with the IBM
JVM, several tests fail. They work fine with the Oracle JVM.
What is the ex…
-
```
What steps will reproduce the problem?
When running the provided unit tests in module-test/mockito/junit4 with the IBM
JVM, several tests fail. They work fine with the Oracle JVM.
What is the ex…