1 package civitas.common.tests; 2 3 public enum EnvironmentState { 4 NORMAL, 5 ELECTION_SERVER_IS_UNREACHEABLE, 6 EMPTY_BOARD 7 }