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