use interface so I can run all the tests against all versions of the code all the time

This commit is contained in:
Emily Bache 2013-04-08 11:24:46 +02:00
parent d3c89db5c9
commit d15c470937

View File

@ -1,6 +1,5 @@
public interface TennisGame {
void wonPoint(String playerName);
String getScore();
}