Skip to content
Snippets Groups Projects
Commit 84a9fe17 authored by mrasmuss's avatar mrasmuss
Browse files

Created test cases but have not fixed bugs, two tests should fail, created tag also

parent f2eb6462
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@ public class DotsAndBoxesGridTest {
assertTrue(true);
}
// FIXME: You need to write tests for the two known bugs in the code.
// Wrote tests for the two known bugs in the code (M.Rasmussen).
@Test
public void boxCompleteDetectsCompletedBoxes() {
DotsAndBoxesGrid case1 = new DotsAndBoxesGrid(5, 5, 2);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment