eclipse-jmockit icon indicating copy to clipboard operation
eclipse-jmockit copied to clipboard

JMockit plugin for Eclipse. Checks and auto-completes mock objects.

Results 11 eclipse-jmockit issues
Sort by recently updated
recently updated
newest added

According to the anouncement on https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/: > **May 1st, 2021** | Bintray services will no longer be available. GoCenter, and ChartCenter services will no longer be available to non-Artifactory clients....

Hello, The JMockit plugin raises a NullPointerException whenever I save changes in a test class. The test class runs correctly when I run it the only issue that I have...

`getMockInstance()` was removed from `MockUp` in JMocket 1.39. Warning should no longer happen.

Hi! How about removing the code completion proposal for the "it field" since it's support been removed with [JMockit 1.5](http://jmockit.org/changes.html#1.5)? Or is there a simple way to determine the JMockit-version...

Could be done with this plugin https://github.com/akhikhl/wuff but needs investigation/experimentation.

This should show a warning since the mock method is not reentrant: new MockUp() { @Mock // (reentrant = true) public Logger getLogger(final Class clazz) { Logger ret = LoggerFactory.getLogger(clazz);...

when you press Ctrl+1 in Eclipse it suggests quickfixes for a problem. the plugin should suggest fixes for its reported problems.