测试用例:

 

import static org.junit.Assert.*;

import org.junit.Test;

public class BookTest {

 @Test  public void test() {   fail("Not yet implemented");  }

}

测试截图:

团队作业-第5周-测试与调试团队作业-第5周-测试与调试
调试截图:
团队作业-第5周-测试与调试

 

相关文章:

  • 2021-12-11
  • 2021-09-04
  • 2021-12-16
猜你喜欢
  • 2022-01-17
  • 2021-06-22
  • 2021-09-28
  • 2021-11-22
  • 2022-01-24
  • 2021-09-02
相关资源
相似解决方案