This post originated from an RSS feed registered with Java Buzz
by Kiran Kumar.
Original Post: Running Junit tests with jmockit in eclipse
Feed Title: Java,Maven,Linux,Unix,Hadoop,HDFS,Hive basic tutorials,examples
Feed URL: http://www.cloudhadoop.com/feeds/posts/default
Feed Description: My Blog on Java,Maven Unix, Linux,Hadoop,MySQL,tutorial with examples
Running Junit tests with jmockit in eclipse
Junit is popular unit testing framework and jmockit is used to mock the objects.
eclipse is my favorite IDE (integrated development environment) software tool that provides writing,debug, deploy code and exusting test cases.
eclipse provides different plugins like junit and maven plugins
After installing junit and maven plugins to eclipse, we have