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 | 913 UnicodeString expectedDefault(chars1, 10, 10); in Test4070798() local 930 if (tempString == expectedDefault) { in Test4070798() 934 " Expected " + expectedDefault + in Test4070798() 990 UnicodeString expectedDefault(chars1, 10, 10); in Test4071005() local 1002 if (tempString == expectedDefault) { in Test4071005() 1006 " Expected " + expectedDefault + in Test4071005() 1053 UnicodeString expectedDefault("-5.789,988"); in Test4071014() local 1071 if (tempString == expectedDefault) { in Test4071014() 1075 " Expected " + expectedDefault + in Test4071014() 1121 UnicodeString expectedDefault("-5.789,988"); in Test4071859() local [all …]
|
/external/conscrypt/repackaged/common/src/test/java/com/android/org/conscrypt/javax/net/ssl/ |
D | SSLSessionContextTest.java | 172 int expectedDefault, SSLSessionContext s) { in assertNoConnectSetSessionCacheSizeBehavior() argument 179 assertEquals(expectedDefault, s.getSessionCacheSize()); in assertNoConnectSetSessionCacheSizeBehavior()
|
/external/conscrypt/common/src/test/java/org/conscrypt/javax/net/ssl/ |
D | SSLSessionContextTest.java | 168 int expectedDefault, SSLSessionContext s) { in assertNoConnectSetSessionCacheSizeBehavior() argument 175 assertEquals(expectedDefault, s.getSessionCacheSize()); in assertNoConnectSetSessionCacheSizeBehavior()
|