Searched refs:CoinSide (Results 1 – 1 of 1) sorted by relevance
199 bindConstant().annotatedWith(Names.named("Enum")).to(CoinSide.TAILS); in testBindConstantTypes()296 assertEquals(Key.get(CoinSide.class, Names.named("Enum")), command.getKey()); in testBindConstantTypes()297 assertEquals(CoinSide.TAILS, getInstance(command)); in testBindConstantTypes()1330 public enum CoinSide { HEADS, TAILS } enum in ElementsTest