Last Updated: February 25, 2016
·
363
· huiwang

Don't mix up junit 3 and 4

Test written in junit 3 must end its test class name with the keyword "Test", otherwise, it won't be executed even though the annotation from junit 4 @Test is placed on top of its test method.