/external/guava/guava-testlib/test/com/google/common/collect/testing/features/ |
D | FeatureEnumTest.java | 36 rootLocaleFormat("%s must be annotated with @TesterAnnotation.", annotationClass), in assertGoodTesterAnnotation() 40 rootLocaleFormat("%s must have a @Retention annotation.", annotationClass), in assertGoodTesterAnnotation() 43 rootLocaleFormat("%s must have RUNTIME RetentionPolicy.", annotationClass), in assertGoodTesterAnnotation() 47 rootLocaleFormat("%s must be inherited.", annotationClass), in assertGoodTesterAnnotation() 56 rootLocaleFormat("%s must have a property named '%s'.", annotationClass, propertyName)); in assertGoodTesterAnnotation() 60 rootLocaleFormat("%s.%s() must return an array.", annotationClass, propertyName), in assertGoodTesterAnnotation() 63 rootLocaleFormat( in assertGoodTesterAnnotation() 82 rootLocaleFormat( in assertGoodFeatureEnum() 91 rootLocaleFormat( in assertGoodFeatureEnum() 101 throw new IllegalArgumentException(rootLocaleFormat("%s is not an annotation.", clazz)); in asAnnotation() [all …]
|
/external/guava/android/guava-testlib/test/com/google/common/collect/testing/features/ |
D | FeatureEnumTest.java | 36 rootLocaleFormat("%s must be annotated with @TesterAnnotation.", annotationClass), in assertGoodTesterAnnotation() 40 rootLocaleFormat("%s must have a @Retention annotation.", annotationClass), in assertGoodTesterAnnotation() 43 rootLocaleFormat("%s must have RUNTIME RetentionPolicy.", annotationClass), in assertGoodTesterAnnotation() 47 rootLocaleFormat("%s must be inherited.", annotationClass), in assertGoodTesterAnnotation() 56 rootLocaleFormat("%s must have a property named '%s'.", annotationClass, propertyName)); in assertGoodTesterAnnotation() 60 rootLocaleFormat("%s.%s() must return an array.", annotationClass, propertyName), in assertGoodTesterAnnotation() 63 rootLocaleFormat( in assertGoodTesterAnnotation() 82 rootLocaleFormat( in assertGoodFeatureEnum() 91 rootLocaleFormat( in assertGoodFeatureEnum() 101 throw new IllegalArgumentException(rootLocaleFormat("%s is not an annotation.", clazz)); in asAnnotation() [all …]
|
/external/guava/android/guava-tests/test/com/google/common/util/concurrent/ |
D | ThreadFactoryBuilderTest.java | 99 assertEquals(rootLocaleFormat(format, i), factory.newThread(monitoredRunnable).getName()); in testNameFormatWithPercentS_custom() 107 assertEquals(rootLocaleFormat(format, i), factory.newThread(monitoredRunnable).getName()); in testNameFormatWithPercentD_custom() 219 private static String rootLocaleFormat(String format, Object... args) { in rootLocaleFormat() method in ThreadFactoryBuilderTest
|
/external/guava/guava-tests/test/com/google/common/util/concurrent/ |
D | ThreadFactoryBuilderTest.java | 99 assertEquals(rootLocaleFormat(format, i), factory.newThread(monitoredRunnable).getName()); in testNameFormatWithPercentS_custom() 107 assertEquals(rootLocaleFormat(format, i), factory.newThread(monitoredRunnable).getName()); in testNameFormatWithPercentD_custom() 219 private static String rootLocaleFormat(String format, Object... args) { in rootLocaleFormat() method in ThreadFactoryBuilderTest
|
/external/guava/guava-tests/test/com/google/common/collect/ |
D | FauxveridesTest.java | 113 rootLocaleFormat( in doHasAllFauxveridesTest() 197 return rootLocaleFormat("%s%s(%s)", typeSignature, name, getTypesString(parameterTypes)); in toString() 296 private static String rootLocaleFormat(String format, Object... args) { in rootLocaleFormat() method in FauxveridesTest
|
/external/guava/android/guava-tests/test/com/google/common/collect/ |
D | FauxveridesTest.java | 113 rootLocaleFormat( in doHasAllFauxveridesTest() 197 return rootLocaleFormat("%s%s(%s)", typeSignature, name, getTypesString(parameterTypes)); in toString() 296 private static String rootLocaleFormat(String format, Object... args) { in rootLocaleFormat() method in FauxveridesTest
|
/external/guava/android/guava-testlib/test/com/google/common/testing/ |
D | NullPointerTesterTest.java | 364 return rootLocaleFormat( in toString() 374 rootLocaleFormat("Should not have flagged method %s for %s", method.getName(), bar); in verifyBarPass() 386 rootLocaleFormat("Should have flagged method %s for %s", method.getName(), bar); in verifyBarFail() 1382 private static String rootLocaleFormat(String format, Object... args) { in rootLocaleFormat() method in NullPointerTesterTest
|
/external/guava/guava-testlib/test/com/google/common/testing/ |
D | NullPointerTesterTest.java | 417 return rootLocaleFormat( in toString() 427 rootLocaleFormat("Should not have flagged method %s for %s", method.getName(), bar); in verifyBarPass() 439 rootLocaleFormat("Should have flagged method %s for %s", method.getName(), bar); in verifyBarFail() 1435 private static String rootLocaleFormat(String format, Object... args) { in rootLocaleFormat() method in NullPointerTesterTest
|