Searched refs:bestGuess (Results 1 – 7 of 7) sorted by relevance
38 assertThat(ClassName.bestGuess(String.class.getName())) in bestGuessForString_simpleClass()43 ClassName className = ClassName.bestGuess( in bestGuessNonAscii()54 assertThat(ClassName.bestGuess(Map.Entry.class.getCanonicalName())) in bestGuessForString_nestedClass()56 assertThat(ClassName.bestGuess(OuterClass.InnerClass.class.getCanonicalName())) in bestGuessForString_nestedClass()62 assertThat(ClassName.bestGuess("SomeClass")) in bestGuessForString_defaultPackage()64 assertThat(ClassName.bestGuess("SomeClass.Nested")) in bestGuessForString_defaultPackage()66 assertThat(ClassName.bestGuess("SomeClass.Nested.EvenMore")) in bestGuessForString_defaultPackage()87 ClassName.bestGuess(s); in assertBestGuessThrows()
132 assertEqualsHashCodeAndToString(ClassName.bestGuess("java.lang.Object"), in equalsAndHashCodeClassName()
107 ClassName.bestGuess( in create()144 return ClassName.bestGuess(profileClassName); in findAnnotatedProfileClassName()
136 : ClassName.bestGuess(serviceClassName), in extractFromCustomUserConnectorAnnotation()
146 : ClassName.bestGuess(serviceClassName), in extractFromCustomProfileConnectorAnnotation()
194 public static ClassName bestGuess(String classNameString) { in bestGuess() method in ClassName
576 return getAnnotationMirror(element, ClassName.bestGuess(annotationClassName));