Tutorial 1 – Basic usage Introduces basic annotation supported in Junit 4. Tutorial 2 – Expected Exception Test Test the exception throw by the method. Tutorial 3 – Ignore Test Ignore certain method for unit test. Tutorial 4 – Time Test Make sure the testing method will return after certain time. Tutorial 5 – Suite […]
