Quantcast
Viewing all articles
Browse latest Browse all 16

Unit Testing with JUnit & Mockito – Code Examples

The article presents quick code example for doing unit testing with JUnit & Mockito mocking framework. It also represents unit testing naming convention where features text is used for naming the test methods thereby representing test class as alternate documentation for the class under test. Following is done while defining [...]

The post Unit Testing with JUnit & Mockito – Code Examples appeared first on Bytes Cravings.


Viewing all articles
Browse latest Browse all 16

Trending Articles