错误: 找不到或无法加载主类 net.mindview.atunit.AnUnit,求大师帮忙

gangxigangxi 2016-07-17 05:30:38
package Chapter20;
import net.mindview.atunit.*;
import net.mindview.util.*;

public class AtUnitExample1 {
public String methodOne(){
return "this is methodOne";
}
public int methodTwo(){
System.out.println("this is methodTwo");
return 2;
}
@Test boolean methodOneTest(){
return methodOne().equals("this is methodOne");
}
@Test boolean m2(){
return methodTwo() == 2;
}
@Test private boolean m3(){
return true;
}
@Test boolean failureTest(){
return false;
}
@Test boolean anotherDisappointment(){
return false;
}
public static void main(String[] args)throws Exception{
OSExecute.command("java net.mindview.atunit.AnUnit AtUnitExample1");

}

}
...全文
414 回复 打赏 收藏 转发到动态 举报
写回复
用AI写文章
回复
切换为时间正序
请发表友善的回复…
发表回复

62,625

社区成员

发帖
与我相关
我的任务
社区描述
Java 2 Standard Edition
社区管理员
  • Java SE
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧