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

调试截图:

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