Searched refs:byteKeyMap (Results 1 – 4 of 4) sorted by relevance
98 public void byteKeyMap() { in byteKeyMap() method in MultibindingTest99 assertThat(multibindingComponent.byteKeyMap()).containsExactly((byte) 100, "100 byte"); in byteKeyMap()
45 Map<Byte, String> byteKeyMap(); in byteKeyMap() method
105 fun byteKeyMap() { in byteKeyMap() method106 assertThat(multibindingComponent.byteKeyMap()).containsExactly(100.toByte(), "100 byte") in byteKeyMap()
42 fun byteKeyMap(): Map<Byte, String> method