-
```
What steps will reproduce the problem?
- Have a unit test annotated with @RunWith(PowerMockRunner.class)
@PrepareForTest(MyEndpoint.class)
and use mockStatic(MyEndpoint.class); in the setUp me…
-
```
What steps will reproduce the problem?
- Have a unit test annotated with @RunWith(PowerMockRunner.class)
@PrepareForTest(MyEndpoint.class)
and use mockStatic(MyEndpoint.class); in the setUp me…
-
_master_ (commit 4e57bfb95e70a8f56e865edbe7b8c8e2a48bdb04)
Failed on IBM JDK 8: http://jenkins.hazelcast.com/job/jet-oss-master-ibm-jdk8/250/testReport/com.hazelcast.jet.elastic.impl/
It seems t…
-
```
What steps will reproduce the problem?
1.used powermock-mockito-1.4.10-full.jar for testing demo code
2.
@RunWith(PowerMockRunner.class)
@PrepareForTest({DemoUtilities.class})
@PowerMockIgnore(
…
-
```
Here is my class under test:
public class MockMe {
private static final MockMe ME = new MockMe();
public static MockMe getInstance() {
return ME;
}
}
And here is my te…
-
```
Here is my class under test:
public class MockMe {
private static final MockMe ME = new MockMe();
public static MockMe getInstance() {
return ME;
}
}
And here is my te…
-
```
Here is my class under test:
public class MockMe {
private static final MockMe ME = new MockMe();
public static MockMe getInstance() {
return ME;
}
}
And here is my te…
-
```
Here is my class under test:
public class MockMe {
private static final MockMe ME = new MockMe();
public static MockMe getInstance() {
return ME;
}
}
And here is my te…
-
```
What steps will reproduce the problem?
1.used powermock-mockito-1.4.10-full.jar for testing demo code
2.
@RunWith(PowerMockRunner.class)
@PrepareForTest({DemoUtilities.class})
@PowerMockIgnore(
…
-
```
Here is my class under test:
public class MockMe {
private static final MockMe ME = new MockMe();
public static MockMe getInstance() {
return ME;
}
}
And here is my te…