Skip to main content
  • Create account
  • Log in
Eclipse Plugins, Bundles and Products - Eclipse Marketplace
  • My Marketplace
  • Add Content
  • More
      • Community

      • Marketplace
      • Events
      • Planet Eclipse
      • Newsletter
      • Videos
      • Blogs
      • Participate

      • Report a Bug
      • Forums
      • Mailing Lists
      • Wiki
      • IRC
      • Research
      • Eclipse IDE

      • Download
      • Learn More
      • Documentation
      • Getting Started / Support
      • How to Contribute
      • IDE and Tools
      • Newcomer Forum
  1. Home
  2. Marketplace
  3. Tools (1287)
  4. JMockit Eclipse

JMockit Eclipse

JMockit Eclipse
23
3
Install

Drag to Install!

Drag to your running Eclipse* workspace.
*Requires Eclipse Marketplace Client

Add this URL to your Eclipse Installation to reach this solution's update site.

2018-09 (4.9)
Photon (4.8)
Oxygen (4.7)
Neon (4.6)
Mars (4.5)

http://dl.bintray.com/ajermakovics/jmockit/1.0.1/

Luna (4.4)
Kepler (4.3)
Juno (4.2, 3.8)
Previous to Juno (<=4.1)

http://dl.bintray.com/ajermakovics/jmockit/1.0.0/

Learn more...

Details Group Tabs

Details

Eclipse plug-in for JMockit

Eclipse plug-in that adds IDE support to JMockit. Provides mock method suggestions and performs static analysis to report API misuse.

Features / Usage

  1. Suggests methods to be mocked (example)
    1. Press Ctrl+Space inside a class extending MockUp or annotated with @MockClass. A list of mockable methods will appear.
  2. Reports warnings as-you-type if mocking API is not used correctly (example)
    1. No corresponding real method for mocked method
    2. Mock method calling itself but is not marked as 'reentrant'
    3. MockUp used with interface but missing getMockInstance() call
    4. Mock method missing @Mock annotation
    5. and others
  3. Lets you jump to real method from mock method. Hold Ctrl (Cmd) over mock method name
  4. Automatically adds JMockit jar as -javaagent argument to JUnit launches.

Update site

  1. http://dl.bintray.com/ajermakovics/jmockit/

Source code and issue tracker

  1. https://github.com/ajermakovics/eclipse-jmockit
Categories:
  • Application Development Frameworks,
  • Code Management,
  • IDE,
  • Tools
Tags:
  • TDD,
  • test,
  • junit,
  • mocking,
  • jmockit,
  • mock
Additional Details
Eclipse Versions: 
Luna (4.4), Kepler (4.3), Juno (4.2, 3.8), Previous to Juno (<=4.1), Mars (4.5), Neon (4.6), Oxygen (4.7), Photon (4.8), 2018-09 (4.9)
Platform Support: 
Windows, Mac, Linux/GTK
Organization Name: 
ajermakovics
Development Status: 
Production/Stable
Date Created: 
Sat, 2012-06-23 14:54
License: 
EPL
Date Updated: 
Mon, 2019-02-04 13:54
Submitted by: 
Andrejs Jermakovics
Subscribe to JMockit Eclipse RSS-feed
Screenshots
Metrics
DateRankingInstallsClickthroughs
January 2021376/90942 (0.01%)12
December 2020345/91969 (0.02%)14
November 2020368/92559 (0.01%)15
October 2020415/92747 (0.01%)13
September 2020471/89425 (0.01%)9
August 2020453/86721 (0.01%)16
July 2020533/87015 (0%)6
June 2020459/86727 (0.01%)15
May 2020448/87632 (0.01%)12
April 2020504/89125 (0%)18
March 2020540/89220 (0%)11
February 2020439/88534 (0.01%)8
View Data for all Listings
Errors

Unsuccessful Installs in the last 7 Days: 0

Download last 500 errors (CSV)
External Install Button

Marketplace Drag to Install button

By adding the following code below to your website you will be able to add an install button for JMockit Eclipse.

HTML Code:


Markdown Syntax:



Output: Drag to your running Eclipse* workspace. *Requires Eclipse Marketplace Client
Sunday, January 24, 2021 - 02:33

Reviews Sign in to post reviews

spatilrwy's picture

Eclipse 2019-06 Support

Submitted by Sujaykumar PATIL on Tue, 2019-07-02 03:46

Any idea when this plugin will be supported on Eclipse 2019-06 version? Its gives error as "Version not supported" while trying to install on Eclipse 2019-06.

mmitterauer's picture

Great help!

Submitted by Markus Mitterauer on Wed, 2015-11-11 04:29

This plug-in makes coding of JMockit mocks much faster and easier! Thanks.

mmisingnamebec's picture

Worked for me

Submitted by Missing name Mising name on Thu, 2015-02-26 11:02

I only needed the plugin to add the javaAgent-parameter automatically to Eclipse's JUnit run configuration. Works like a charm! :-)

Markets

  • Eclipse Project (5)
  • Tools (1287)
    • Application Development Frameworks (155)
    • Application Management (27)
    • Application Server (37)
    • BIRT (10)
    • Build and Deploy (102)
    • Business Intelligence, Reporting and Charting (14)
    • Code Management (115)
    • Collaboration (35)
    • Database (45)
    • Database Development (33)
    • Database Persistence (17)
    • Documentation (59)
    • Eclipse Kura (64)
    • Eclipse SmartHome (45)
    • EclipseRT Target Platform Components (8)
    • Editor (332)
    • Entertainment (14)
    • General Purpose Tools (120)
    • Graphics (32)
    • IDE (327)
    • Internet of Things (IoT) (33)
    • J2EE Development Platform (42)
    • J2ME (6)
    • Languages (149)
    • Linux Tools (18)
    • Logging (22)
    • Mobile and Device Development (49)
    • Modeling (89)
    • Modeling Tools (141)
    • Mylyn Connectors (18)
    • Network (13)
    • Other (71)
    • Process (19)
    • Profiling (22)
    • Programming Languages (98)
    • Reporting (33)
    • Rich Client Applications (38)
    • Science (5)
    • SCM (17)
    • Search (40)
    • SOA Development (15)
    • Source Code Analyzer (96)
    • Systems Development (53)
    • Team Development (55)
    • Testing (86)
    • Tools (550)
    • UI (90)
    • UML (40)
    • Web (89)
    • Web Services (31)
    • Web, XML, Java EE and OSGi Enterprise Development (35)
    • XML (30)
  • IoT (113)
    • Eclipse Kura (64)
    • Eclipse SmartHome (45)
  • RCP Applications (79)
  • Training & Consulting (52)
  • Long Term Support (11)

Search

Advanced Search

More like this

  • Mockito Quick Fix Tools
  • Spock Plugin
  • JUnit-Tools
  • Tmar Plugin
  • MoreUnit

Favorited by

Eclipse Foundation

  • About Us
  • Contact Us
  • Donate
  • Members
  • Governance
  • Code of Conduct
  • Logo and Artwork
  • Board of Directors

Legal

  • Publishing Guidelines
  • Privacy Policy
  • Terms of Use
  • Copyright Agent
  • Eclipse Public License
  • Legal Resources

Useful Links

  • Welcome to Marketplace
  • Report a Bug
  • Documentation
  • How to Contribute
  • Mailing Lists
  • Forums
  • Marketplace

Other

  • IDE and Tools
  • Projects
  • Working Groups
  • Research@Eclipse
  • Report a Vulnerability
  • Service Status

Copyright © Eclipse Foundation. All Rights Reserved.

Back to the top