Home
last modified time | relevance | path

Searched refs:TAILS (Results 1 – 1 of 1) sorted by relevance

/external/guice/core/test/com/google/inject/spi/
DElementsTest.java199 bindConstant().annotatedWith(Names.named("Enum")).to(CoinSide.TAILS); in testBindConstantTypes()
297 assertEquals(CoinSide.TAILS, getInstance(command)); in testBindConstantTypes()
1330 public enum CoinSide { HEADS, TAILS } enumConstant