-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
What steps will reproduce the problem?
1. 直接检出项目检查单元测试
What is the expected output? What do you see instead?
即使不是TDD,单元测试的基本功能也应该是能够验证功能是��
�正确。
而该项目里面的单元测试完全写错了,不符合JUnit规范,无法
运行,而且测试类里面的功能也完全不对(例如有System.out.print
ln()这类的测试)。
Original issue reported on code.google.com by [email protected] on 18 Nov 2011 at 7:39