Home
last modified time | relevance | path

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

/external/dagger2/javatests/dagger/functional/
DMultibindingTest.java78 .containsExactly(testStringKey("foo\n"), "foo annotation"); in unwrappedAnnotationKeyMap()
88 testStringKey("foo"), new int[] {1, 2, 3}, new ClassKey[] {}, classes), in wrappedAnnotationKeyMap()
187 static StringKey testStringKey(String value) { in testStringKey() method in MultibindingTest