Tests for counting of identical stone pairs
git-svn-id: svn://sunsvr01.isp.uni-luebeck.de/swproj13/trunk@274 72836036-5685-4462-b002-a69064685172
This commit is contained in:
parent
a1c0cb89f6
commit
5e855398b9
4 changed files with 41 additions and 2 deletions
|
@ -86,4 +86,9 @@ public class MockHand implements IHand {
|
|||
public boolean isInitialMeldPossible() {
|
||||
return false;
|
||||
}
|
||||
|
||||
@Override
|
||||
public int getIdenticalStoneCount() {
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue