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

测试用例:

 

import static org.junit.Assert.*;

import org.junit.Test;

public class BookTest {

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

}

测试截图:

调试截图:

 

posted @ 2015-06-21 23:08  dgafdg  阅读(102)  评论(0编辑  收藏  举报