为什么使用Junit单元测试不能使用static修饰!
Junit4 默认就是public static 修饰的啊。。。。如果你import 包的时候是 静态 static 导入,那么方法里面就不用static 修饰了。。