import static org.junit.Assert.*;
import org.junit.Test;
public class BookTest {
 @Test  public void test() {   fail("Not yet implemented");  }
}
测试截图:
 
团队作业-第5周-提交处-测试与调试  :
 
 

相关文章:

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