Junit使用Test时,类名不能为Test,否则@Test会出现Test is not an annotation type,因为Test类名和@Test貌似是重复了。

相关文章: