Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 359 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 359 Bytes

JmockitExample

Demonstrate the use of Jmockit framework for writing test cases

Demonstrates the Use of JMOCKIT Framework for the purpose of writing junit test cases wherein we shall MOCK/INJECT the following:

1.) private fields of the class being tested
2.) mock private method
3.) mock static method
4.) mock dependent class's method