嗨,我有一个类,它通过调用 start() 方法从类的构造函数调用线程的 run() 方法,所以请帮我存根,以便编写 junit 测试用例。班级如下
公共类 MyClass 扩展线程 { Student st=null; 大学 uni= 新大学();
public MyClass(Student st) { this.st=st; start(); } public void run() { uni.calculate(st); } }
谢谢
嗨,我有一个类,它通过调用 start() 方法从类的构造函数调用线程的 run() 方法,所以请帮我存根,以便编写 junit 测试用例。班级如下
公共类 MyClass 扩展线程 { Student st=null; 大学 uni= 新大学();
public MyClass(Student st) { this.st=st; start(); } public void run() { uni.calculate(st); } }
谢谢