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.