JUnit Tutorial (2) – Annotations
This article contains JUnit annotations and examples for showing how to use them. Annotations enables us to use any method names without following any conventions. Actually, it has becomes a very popular way for a lot of projects, framework, etc. You may ask questions like: How to skip a test case in Junit? How to … Read more