Home
last modified time | relevance | path

Searched defs:expectedMap (Results 1 – 25 of 45) sorted by relevance

12

/aosp_15_r20/external/truth/core/src/main/java/com/google/common/truth/
H A DMapSubject.java210 Map<@Nullable Object, @Nullable Object> expectedMap = Maps.newLinkedHashMap(); in accumulateMap() local
229 public final Ordered containsExactlyEntriesIn(Map<?, ?> expectedMap) { in containsExactlyEntriesIn()
248 public final Ordered containsAtLeastEntriesIn(Map<?, ?> expectedMap) { in containsAtLeastEntriesIn()
261 private boolean containsEntriesInAnyOrder(Map<?, ?> expectedMap, boolean allowUnexpected) { in containsEntriesInAnyOrder()
422 private final Map<?, ?> expectedMap; field in MapSubject.MapInOrder
427 Map<?, ?> expectedMap, in MapInOrder()
679 Map<Object, E> expectedMap = (Map<Object, E>) accumulateMap("containsExactly", k0, v0, rest); in containsExactly() local
698 Map<Object, E> expectedMap = (Map<Object, E>) accumulateMap("containsAtLeast", k0, v0, rest); in containsAtLeast() local
707 public Ordered containsExactlyEntriesIn(Map<?, ? extends E> expectedMap) { in containsExactlyEntriesIn()
724 public Ordered containsAtLeastEntriesIn(Map<?, ? extends E> expectedMap) { in containsAtLeastEntriesIn()
[all …]
/aosp_15_r20/system/timezone/input_tools/android/tzids/src/test/java/com/android/timezone/tzids/
H A DTimeZoneIdsTest.java49 Map<String, String> expectedMap = new HashMap<>(); in getCountryIdMap_links() local
88 Map<String, String> expectedMap = new HashMap<>(baseExpectedMap); in getCountryIdMap_replacements() local
98 Map<String, String> expectedMap = new HashMap<>(baseExpectedMap); in getCountryIdMap_replacements() local
108 Map<String, String> expectedMap = new HashMap<>(baseExpectedMap); in getCountryIdMap_replacements() local
/aosp_15_r20/external/google-auth-library-java/oauth2_http/javatests/com/google/auth/oauth2/
H A DPluggableAuthHandlerTest.java112 HashMap<String, String> expectedMap = new HashMap<>(); in retrieveTokenFromExecutable_oidcResponse() local
156 HashMap<String, String> expectedMap = new HashMap<>(); in retrieveTokenFromExecutable_samlResponse() local
231 HashMap<String, String> expectedMap = new HashMap<>(); in retrieveTokenFromExecutable_successResponseWithoutExpirationTimeField() local
713 HashMap<String, String> expectedMap = new HashMap<>(); in getExecutableResponse_oidcResponse() local
761 HashMap<String, String> expectedMap = new HashMap<>(); in getExecutableResponse_samlResponse() local
811 HashMap<String, String> expectedMap = new HashMap<>(); in getExecutableResponse_errorResponse() local
/aosp_15_r20/external/kotlinx.serialization/formats/properties/commonTest/src/kotlinx/serialization/properties/
H A DPropertiesTest.kt139 val expectedMap = mapOf("property" to "property") in testNullableProperties() constant
146 val expectedMap = mapOf("name" to "Name") in testNestedNull() constant
167 val expectedMap = mapOf("name" to "Name") in testOmitsNullAndCanLoadBack() constant
/aosp_15_r20/external/truth/core/src/test/java/com/google/common/truth/
H A DMapSubjectTest.java651 ImmutableMap<String, Integer> expectedMap = ImmutableMap.of("jan", 1, "feb", 2, "march", 3); in isEqualToPass() local
659 ImmutableMap<String, Integer> expectedMap = ImmutableMap.of("jan", 1, "april", 4, "march", 5); in isEqualToFailureExtraMissingAndDiffering() local
690 ImmutableMap<String, Integer> expectedMap = ImmutableMap.of("jan", 1, "feb", 2, "march", 4); in isEqualToFailureDiffering() local
709 ImmutableMap<String, Integer> expectedMap = ImmutableMap.of("jan", 1, "feb", 2); in isEqualToFailureExtra() local
721 ImmutableMap<String, Integer> expectedMap = ImmutableMap.of("jan", 1, "feb", 2, "march", 3); in isEqualToFailureMissing() local
732 ImmutableMap<String, Integer> expectedMap = ImmutableMap.of("jan", 1, "feb", 2, "mar", 3); in isEqualToFailureExtraAndMissing() local
755 ImmutableMap<String, Integer> expectedMap = ImmutableMap.of("jan", 1, "feb", 2, "march", 3); in isEqualToFailureDiffering_sameToString() local
/aosp_15_r20/external/aws-sdk-java-v2/services-custom/dynamodb-enhanced/src/test/java/software/amazon/awssdk/enhanced/dynamodb/mapper/
H A DBeanTableSchemaTest.java332 AttributeValue expectedMap = AttributeValue.builder().m(expectedAttributeValueMap).build(); in documentBean_map_correctlyMapsBeanAttributes() local
409 AttributeValue expectedMap = AttributeValue.builder().m(expectedAttributeValueMap).build(); in documentBean_map_correctlyMapsImmutableAttributes() local
491 AttributeValue expectedMap = AttributeValue.builder().m(expectedAttributeValueMap).build(); in parameterizedDocumentBean_map_correctlyMapsAttributes() local
900 Map<String, AttributeValue> expectedMap = new HashMap<>(); in mapBean_stringStringMap() local
929 Map<String, AttributeValue> expectedMap = new HashMap<>(); in mapBean_mapWithNullValue() local
958 Map<String, AttributeValue> expectedMap = new HashMap<>(); in mapBean_nestedStringMap() local
H A DImmutableTableSchemaTest.java119 AttributeValue expectedMap = AttributeValue.builder().m(expectedAttributeValueMap).build(); in documentImmutable_map_correctlyMapsBeanAttributes() local
203 AttributeValue expectedMap = AttributeValue.builder().m(expectedAttributeValueMap).build(); in documentImmutable_map_correctlyMapsImmutableAttributes() local
H A DStaticTableSchemaTest.java900 Map<String, AttributeValue> expectedMap = new HashMap<>(); in mapperCanHandleDocument() local
1513 Map<String, AttributeValue> expectedMap = in builder_canBuildForGenericClassType() local
1529 Map<String, AttributeValue> expectedMap = singletonMap("value", attributeValue); in verifyAttribute() local
1546 Map<String, AttributeValue> expectedMap = singletonMap("value", nullAttributeValue()); in verifyNullAttribute() local
H A DStaticImmutableTableSchemaTest.java903 Map<String, AttributeValue> expectedMap = new HashMap<>(); in mapperCanHandleDocument() local
1567 Map<String, AttributeValue> expectedMap = in builder_canBuildForGenericClassType() local
1583 Map<String, AttributeValue> expectedMap = singletonMap("value", attributeValue); in verifyAttribute() local
1600 Map<String, AttributeValue> expectedMap = singletonMap("value", nullAttributeValue()); in verifyNullAttribute() local
/aosp_15_r20/cts/tests/tests/content/src/android/content/cts/
H A DSharedPreferencesTest.java237 Map<String, String> expectedMap = new HashMap<String, String>(); in testTorture() local
283 Map<String, String> expectedMap = new HashMap<String, String>(); in testTorture2() local
/aosp_15_r20/packages/modules/AdServices/shared/tests/device-side/java/com/android/adservices/shared/storage/
DAtomicFileDatastoreTest.java878 Map<String, Object> expectedMap = in testUpdate() local
1077 Map<String, Object> expectedMap = in datastoreIoExceptionTestHelper() local
/aosp_15_r20/external/dagger2/javatests/dagger/internal/
H A DMapProviderFactoryTest.java66 Map<String, Provider<Integer>> expectedMap = new LinkedHashMap<>(); in iterationOrder() local
/aosp_15_r20/external/aws-sdk-java-v2/core/protocols/aws-json-protocol/src/test/java/software/amazon/awssdk/protocols/json/internal/dom/
H A DDocumentUnmarshallerTest.java57 Map<String, Document> expectedMap = new LinkedHashMap<>(); in testDocumentFromObjectNode() local
/aosp_15_r20/external/aws-sdk-java-v2/core/imds/src/test/java/software/amazon/awssdk/imds/internal/unmarshall/document/
H A DDocumentUnmarshallerTest.java70 Map<String, Document> expectedMap = new LinkedHashMap<>(); in testDocumentFromObjectNode() local
/aosp_15_r20/external/aws-sdk-java-v2/services-custom/dynamodb-enhanced/src/test/java/software/amazon/awssdk/enhanced/dynamodb/converters/attribute/
H A DJsonItemAttributeConverterTest.java100 Map<String, AttributeValue> expectedMap = new LinkedHashMap<>(); in jsonAttributeWithMap() local
/aosp_15_r20/external/aws-sdk-java-v2/core/imds/src/test/java/software/amazon/awssdk/imds/
H A DEc2MetadataResponseTest.java79 Map<String, Document> expectedMap = new LinkedHashMap<>(); in check_asDocument_success() local
/aosp_15_r20/external/jazzer-api/src/test/java/com/code_intelligence/jazzer/autofuzz/
H A DMetaTest.java120 Map<String, String> expectedMap = in testConsume() local
/aosp_15_r20/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/utils/
H A DDeviceConfigParsingUtilsTest.java85 Map<String, Map<String, List<Pair<String, String>>>> expectedMap) { in testParseDeviceConfigMap() argument
/aosp_15_r20/external/truth/extensions/proto/src/main/java/com/google/common/truth/extensions/proto/
H A DProtoTruthMessageDifferencer.java120 Map<Object, Object> expectedMap = toProtoMap(expectedFields.get(fieldDescriptor)); in diffMessages() local
308 Map<Object, Object> expectedMap, in compareMapFieldsByKey()
H A DMapWithProtoValuesFluentAssertion.java534 Ordered containsExactlyEntriesIn(Map<?, ? extends M> expectedMap); in containsExactlyEntriesIn()
/aosp_15_r20/external/aws-sdk-java-v2/core/sdk-core/src/test/java/software/amazon/awssdk/core/document/
H A DDocumentTypeTest.java164 final Document expectedMap = Document.fromMap(numberMap); in mapDocumentFromPrimitiveNumberBuilders() local
/aosp_15_r20/frameworks/base/core/tests/coretests/src/android/view/contentcapture/
H A DContentCaptureSessionTest.java166 Map<Integer, String> expectedMap = in testGetFlushReasonAsString() local
/aosp_15_r20/packages/modules/NetworkStack/tests/unit/src/android/net/apf/
DApfGeneratorTest.kt922 var expectedMap = getInitialMap() in doTestLoadStoreCounter() variable
/aosp_15_r20/external/gson/gson/src/test/java/com/google/gson/functional/
H A DEnumTest.java191 Map<?, ?> expectedMap = Collections.singletonMap(MyEnum.VALUE1, "test"); in testEnumMap() local
/aosp_15_r20/external/cldr/tools/cldr-code/src/test/java/org/unicode/cldr/unittest/
H A DTestAnnotations.java632 UnicodeMap<String> expectedMap = in testSymbols() local

12