mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2025-12-12 12:22:12 +00:00
use interface so I can run all the tests against all versions of the code all the time
This commit is contained in:
parent
d3c89db5c9
commit
d15c470937
@ -1,6 +1,5 @@
|
||||
|
||||
public interface TennisGame {
|
||||
|
||||
void wonPoint(String playerName);
|
||||
String getScore();
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user