为了账号安全,请及时绑定邮箱和手机立即绑定

导出Java文件代码错误

import junit.framework.Test;
import junit.framework.TestSuite;

public class Baidu {

  public static Test suite() {
    TestSuite suite = new TestSuite();
    suite.addTestSuite(Untitled.class);
    return suite;
  }

  public static void main(String[] args) {
    junit.textui.TestRunner.run(suite());
  }
}

为什么我导出java-junit-webDriver就是这样的???求高手指点

正在回答

2 回答

下一节课有讲到

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

导出Java文件代码错误

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信