用Junit测试时出现method initializationError not found ,opening the test class,如何处理
myEclipse自带了junit的包,报错如上图就是项目中没有导入这个包,选中某个工程 - Properties - Java bulid path - add library - junit 即可
方法出现了初始化错误没有创建,是你额test测试类里的方法,看看你有没有哪里写错,或者是写完没有保存
11123