团队作业-第5周-提交处-测试与调试 :

import static org.junit.Assert.*;
import org.junit.Test;
public class BookTest {
 @Test  public void test() {   fail("Not yet implemented");  }
}
测试截图:
 
 
 

你可能感兴趣的:(测试)