- Sort Score
- Num 10 results
- Language All
Results 1 - 3 of 3 for rootLocaleFormat (0.07 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
android/guava-testlib/test/com/google/common/collect/testing/features/FeatureEnumTest.java
assertWithMessage( rootLocaleFormat("%s must be annotated with @TesterAnnotation.", annotationClass)) .that(annotationClass.getAnnotation(TesterAnnotation.class)) .isNotNull(); Retention retentionPolicy = annotationClass.getAnnotation(Retention.class); assertWithMessage(rootLocaleFormat("%s must have a @Retention annotation.", annotationClass)) .that(retentionPolicy)
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Fri Dec 12 00:25:21 GMT 2025 - 4.5K bytes - Click Count (0) -
android/guava-tests/test/com/google/common/util/concurrent/ThreadFactoryBuilderTest.java
.isEqualTo(rootLocaleFormat(format, i)); } } public void testNameFormatWithPercentD_custom() { String format = "super-duper-thread-%d"; ThreadFactory factory = builder.setNameFormat(format).build(); for (int i = 0; i < 11; i++) { assertThat(factory.newThread(monitoredRunnable).getName()) .isEqualTo(rootLocaleFormat(format, i)); } }
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Mar 16 22:45:21 GMT 2026 - 7.8K bytes - Click Count (0) -
guava-testlib/test/com/google/common/testing/NullPointerTesterTest.java
public String toString() { return rootLocaleFormat( "Bar(%s, %s)", actionWhenFirstParamIsNull, actionWhenSecondParamIsNull); } } public void verifyBarPass(Method method, TwoArg bar) { try { new NullPointerTester().testMethod(bar, method); } catch (AssertionError incorrectError) { String errorMessage =
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Thu Mar 12 17:47:10 GMT 2026 - 47.9K bytes - Click Count (0)