package info.fitnesse; public interface TestRepository { void put(String value); int check (String value); }