Searched refs:expectedDefault (Results 1 – 6 of 6) sorted by relevance
/external/guice/core/test/com/google/inject/internal/ |
D | SpiUtils.java | 768 BindResult<?> expectedDefault, in assertOptionalVisitor() argument 785 expectedDefault, in assertOptionalVisitor() 795 expectedDefault, in assertOptionalVisitor() 806 BindResult<?> expectedDefault, in optionalInjectorTest() argument 811 assertNull("cannot have default if expecting user binding", expectedDefault); in optionalInjectorTest() 838 if (expectedDefault == null) { in optionalInjectorTest() 846 + expectedDefault in optionalInjectorTest() 849 matches(optionalBinder.getDefaultBinding(), expectedDefault)); in optionalInjectorTest() 853 + expectedDefault in optionalInjectorTest() 856 matches(javaOptionalBinder.getDefaultBinding(), expectedDefault)); in optionalInjectorTest() [all …]
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
D | NumberRegressionTests.java | 505 String expectedDefault = "-5\u202f789,988"; in Test4070798() local 512 if (tempString.equals(expectedDefault)) { in Test4070798() 516 " Expected " + expectedDefault + in Test4070798() 557 String expectedDefault = "-5\u00a0789,988"; in Test4071005() local 563 if (tempString.equals(expectedDefault)) { in Test4071005() 567 " Expected " + expectedDefault + in Test4071005() 605 String expectedDefault = "-5.789,988"; in Test4071014() local 612 if (tempString.equals(expectedDefault)) { in Test4071014() 616 " Expected " + expectedDefault + in Test4071014() 656 String expectedDefault = "-5.789,988"; in Test4071859() local [all …]
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | NumberRegressionTests.java | 502 String expectedDefault = "-5\u202f789,988"; in Test4070798() local 509 if (tempString.equals(expectedDefault)) { in Test4070798() 513 " Expected " + expectedDefault + in Test4070798() 554 String expectedDefault = "-5\u00a0789,988"; in Test4071005() local 560 if (tempString.equals(expectedDefault)) { in Test4071005() 564 " Expected " + expectedDefault + in Test4071005() 602 String expectedDefault = "-5.789,988"; in Test4071014() local 609 if (tempString.equals(expectedDefault)) { in Test4071014() 613 " Expected " + expectedDefault + in Test4071014() 653 String expectedDefault = "-5.789,988"; in Test4071859() local [all …]
|
/external/icu/icu4c/source/test/intltest/ |
D | numrgts.cpp | 915 UnicodeString expectedDefault(chars1, 10, 10); in Test4070798() local 932 if (tempString == expectedDefault) { in Test4070798() 936 " Expected " + expectedDefault + in Test4070798() 992 UnicodeString expectedDefault(chars1, 10, 10); in Test4071005() local 1004 if (tempString == expectedDefault) { in Test4071005() 1008 " Expected " + expectedDefault + in Test4071005() 1055 UnicodeString expectedDefault("-5.789,988"); in Test4071014() local 1073 if (tempString == expectedDefault) { in Test4071014() 1077 " Expected " + expectedDefault + in Test4071014() 1123 UnicodeString expectedDefault("-5.789,988"); in Test4071859() local [all …]
|
/external/conscrypt/openjdk-integ-tests/src/test/java/org/conscrypt/javax/net/ssl/ |
D | SSLSessionContextTest.java | 166 int expectedDefault, SSLSessionContext s) { in assertNoConnectSetSessionCacheSizeBehavior() argument 173 assertEquals(expectedDefault, s.getSessionCacheSize()); in assertNoConnectSetSessionCacheSizeBehavior()
|
/external/conscrypt/repackaged/openjdk-integ-tests/src/test/java/com/android/org/conscrypt/javax/net/ssl/ |
D | SSLSessionContextTest.java | 171 int expectedDefault, SSLSessionContext s) { in assertNoConnectSetSessionCacheSizeBehavior() argument 178 assertEquals(expectedDefault, s.getSessionCacheSize()); in assertNoConnectSetSessionCacheSizeBehavior()
|