View Javadoc
1   package civitas.common.electionresults.tests;
2   
3   public interface TellerTestData {
4   	int TELLER_INDEX = 8;
5   	String TELLER_COMPUTER = "Teller" + TELLER_INDEX;
6   	String TELLER_META = "electionResults:" + TELLER_COMPUTER;
7   }