Juhu, StoneTray ist fertig und getestet!!
git-svn-id: svn://sunsvr01.isp.uni-luebeck.de/swproj13/trunk@40 72836036-5685-4462-b002-a69064685172
This commit is contained in:
parent
587982bc4f
commit
28f1ecd987
2 changed files with 136 additions and 16 deletions
|
@ -38,7 +38,7 @@ public class StoneTrayTest {
|
|||
}
|
||||
|
||||
@Test
|
||||
public void testRightDrop() {
|
||||
public void testDrop() {
|
||||
Thing firstThing = new Thing(3, 4);
|
||||
testTray.drop(firstThing, new Position(5, 23));
|
||||
Thing secondThing = new Thing(5, 8);
|
||||
|
|
Reference in a new issue