个人作业学习心得
一、题目简介
设计一个简单的小游戏,五子棋游戏。
二、源代码的Github链接
https://github.com/guocui/guocui.github.com/tree/master
三、测试截图
测试类:
import static org.junit.Assert.*;
import org.junit.Test;
public class WuZiQiTest {
@Test
public void test() {
fail("Not yet implemented");
}
}
四、心得体会
本次实验的过程中虽然遇到困难,但是通过和同学们讨论、上网查阅资料还是很好的解决了,也让我认识到自己的不足,在自己的实践方面也得到了很好的锻炼,对测试方法也不仅仅只停留在mian方法上。