Home
last modified time | relevance | path

Searched refs:expectedDefault (Results 1 – 5 of 5) sorted by relevance

/external/guice/extensions/multibindings/test/com/google/inject/multibindings/
DSpiUtils.java626 BindResult<?> expectedDefault, in assertOptionalVisitor() argument
639 optionalInjectorTest(keyType, modules, expectedOtherOptionalBindings, expectedDefault, in assertOptionalVisitor()
644 optionalModuleTest(keyType, modules, expectedOtherOptionalBindings, expectedDefault, in assertOptionalVisitor()
653 BindResult<?> expectedDefault, in optionalInjectorTest() argument
658 assertNull("cannot have default if expecting user binding", expectedDefault); in optionalInjectorTest()
682 if (expectedDefault == null) { in optionalInjectorTest()
688 assertTrue("expectedDefault: " + expectedDefault + ", actualDefault: " in optionalInjectorTest()
690 matches(optionalBinder.getDefaultBinding(), expectedDefault)); in optionalInjectorTest()
692 assertTrue("expectedDefault: " + expectedDefault + ", actualDefault: " in optionalInjectorTest()
694 matches(javaOptionalBinder.getDefaultBinding(), expectedDefault)); in optionalInjectorTest()
[all …]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DNumberRegressionTests.java501 String expectedDefault = "-5\u00a0789,988"; in Test4070798() local
508 if (tempString.equals(expectedDefault)) { in Test4070798()
512 " Expected " + expectedDefault + in Test4070798()
553 String expectedDefault = "-5\u00a0789,988"; in Test4071005() local
559 if (tempString.equals(expectedDefault)) { in Test4071005()
563 " Expected " + expectedDefault + in Test4071005()
601 String expectedDefault = "-5.789,988"; in Test4071014() local
608 if (tempString.equals(expectedDefault)) { in Test4071014()
612 " Expected " + expectedDefault + in Test4071014()
652 String expectedDefault = "-5.789,988"; in Test4071859() local
[all …]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DNumberRegressionTests.java502 String expectedDefault = "-5\u00a0789,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/
Dnumrgts.cpp913 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/openjdk-integ-tests/src/test/java/libcore/javax/net/ssl/
DSSLSessionContextTest.java133 int expectedDefault, SSLSessionContext s) { in assertNoConnectSetSessionCacheSizeBehavior() argument
140 assertEquals(expectedDefault, s.getSessionCacheSize()); in assertNoConnectSetSessionCacheSizeBehavior()