Searched refs:testStringKey (Results 1 – 2 of 2) sorted by relevance
82 .containsExactly(AutoAnnotationHolder.testStringKey("foo\n"), "foo annotation") in unwrappedAnnotationKeyMap()90 AutoAnnotationHolder.testStringKey("foo"), in wrappedAnnotationKeyMap()199 fun testStringKey(value: String): StringKey { in testStringKey() method
80 .containsExactly(testStringKey("foo\n"), "foo annotation"); in unwrappedAnnotationKeyMap()90 testStringKey("foo"), new int[] {1, 2, 3}, new ClassKey[] {}, classes), in wrappedAnnotationKeyMap()212 static StringKey testStringKey(String value) { in testStringKey() method in MultibindingTest