Home
last modified time | relevance | path

Searched defs:expectedContent (Results 1 – 25 of 36) sorted by relevance

12

/aosp_15_r20/external/javaparser/javaparser-core-testing-bdd/src/test/java/com/github/javaparser/steps/
H A DCommentParsingSteps.java128 public void thenLineCommentIs(int position, String expectedContent) { in thenLineCommentIs()
135 public void thenBlockCommentIs(int position, String expectedContent) { in thenBlockCommentIs()
142 public void thenJavadocCommentIs(int position, String expectedContent) { in thenJavadocCommentIs()
213 public void thenTheCompilationIsCommentedCompilationUnitComment(String expectedContent) { in thenTheCompilationIsCommentedCompilationUnitComment()
228 public void thenTheCompilationUnitOrphanCommentIs(int position, String expectedContent) { in thenTheCompilationUnitOrphanCommentIs()
246 public void thenCommentInCompilationUnitIs(int position, String expectedContent) { in thenCommentInCompilationUnitIs()
258 public void thenClassIsCommented(int position, String expectedContent) { in thenClassIsCommented()
277 …lic void thenClassOrphanCommentIs(int classPosition, int commentPosition, String expectedContent) { in thenClassOrphanCommentIs()
284 … void thenMethodInClassIsCommented(int methodPosition, int classPosition, String expectedContent) { in thenMethodInClassIsCommented()
300 …thodInClassIs(int commentPosition, int methodPosition, int classPosition, String expectedContent) { in thenCommentInMethodInClassIs()
[all …]
H A DManipulationSteps.java226 public void thenTheBlockStmtContentIs(int position, String expectedContent) { in thenTheBlockStmtContentIs()
232 public void thenStatementToStringIsxXy(String expectedContent) { in thenStatementToStringIsxXy()
/aosp_15_r20/external/aws-sdk-java-v2/core/http-auth-aws/src/test/java/software/amazon/awssdk/http/auth/aws/internal/signer/
H A DAwsChunkedV4PayloadSignerTest.java66 String expectedContent = in sign_withSignedPayload_shouldChunkEncodeWithSigV4Ext() local
106 String expectedContent = in sign_withSignedPayloadAndChecksum_shouldChunkEncodeWithSigV4ExtAndSigV4Trailer() local
150 String expectedContent = in sign_withChecksum_shouldChunkEncodeWithChecksumTrailer() local
193 String expectedContent = in sign_withPreExistingTrailers_shouldChunkEncodeWithExistingTrailers() local
245 String expectedContent = in sign_withPreExistingTrailersAndChecksum_shouldChunkEncodeWithTrailers() local
301 String expectedContent = in sign_withPreExistingTrailersAndChecksumAndSignedPayload_shouldAwsChunkEncode() local
355 String expectedContent = in sign_withoutContentLength_calculatesContentLengthFromPayload() local
400 String expectedContent = in sign_shouldReturnResettableContentStreamProvider() local
/aosp_15_r20/packages/modules/AdServices/adservices/apk/tests/notification/src/com/android/adservices/ui/notifications/
DConsentNotificationTriggerTest.java169 final String expectedContent = in testEuNotification_gaUxFlagEnabled() local
226 final String expectedContent = in testNonEuNotifications_gaUxEnabled() local
271 final String expectedContent = in testEuNotifications_gaUxEnabled_nonDismissable() local
346 final String expectedContent = in testEuNotifications_gaUxEnabled_nonDismissable_dismissedOnConfirmationPage() local
441 String expectedContent = in testNotificationV2ActivityIntent() local
499 String expectedContent = in testNotificationV2BroadcastIntent() local
585 String expectedContent = in testPasNotifications_PasUxEnabled_FirstNotice() local
640 String expectedContent = in testPasNotifications_PasUxEnabled_RenotifyNotice() local
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/education/domain/ui/view/
H A DContextualEduUiCoordinatorTest.kt153 val expectedContent = in <lambda>() constant
184 val expectedContent = in <lambda>() constant
212 val expectedContent = context.getString(contentResId) in <lambda>() constant
/aosp_15_r20/packages/apps/DocumentsUI/tests/functional/com/android/documentsui/archives/
DArchiveHandleTest.java367 String expectedContent = mArchiveFileTestRule.getAssetText( in getInputStream_zipFile_shouldHaveTheSameContent() local
453 String expectedContent = mArchiveFileTestRule.getAssetText( in getInputStream_sevenZFile_shouldHaveTheSameContent() local
472 String expectedContent = mArchiveFileTestRule.getAssetText( in getInputStream_tarGzFile_shouldHaveTheSameContent() local
491 String expectedContent = mArchiveFileTestRule.getAssetText( in getInputStream_tarGzFileNullEntry_getNullInputStream() local
511 String expectedContent = mArchiveFileTestRule.getAssetText( in getInputStream_tarGzFileInvalidEntry_getNullInputStream() local
532 String expectedContent = mArchiveFileTestRule.getAssetText( in getInputStream_tarBrotliFile_shouldHaveTheSameContent() local
/aosp_15_r20/external/cronet/components/cronet/android/test/javatests/src/org/chromium/net/
H A DQuicTest.java121 String expectedContent = "This is a simple text file served by QUIC.\n"; in testQuicLoadUrl() local
211 String expectedContent = "This is a simple text file served by QUIC.\n"; in testNQEWithQuic() local
/aosp_15_r20/external/apache-commons-compress/src/test/java/org/apache/commons/compress/compressors/lz77support/
H A DLZ77CompressorTest.java313 private static final void assertLiteralBlock(String expectedContent, LZ77Compressor.Block block) in assertLiteralBlock()
318 … private static final void assertLiteralBlock(byte[] expectedContent, LZ77Compressor.Block block) { in assertLiteralBlock()
/aosp_15_r20/cts/tests/wearable/src/android/wearable/cts/
H A DCtsIsolatedWearableSensingService.java296 String expectedContent = data.getString(EXPECTED_FILE_CONTENT_KEY); in onDataProvided() local
521 String expectedContent, in readFileAndVerify()
/aosp_15_r20/frameworks/base/packages/SystemUI/compose/scene/src/com/android/compose/animation/scene/content/state/
H A DTransitionState.kt368 val expectedContent = if (expectedFrom) fromContent else toContent in isFromCurrentContent() constant
/aosp_15_r20/external/aws-sdk-java-v2/test/protocol-tests-core/src/main/java/software/amazon/awssdk/protocol/asserts/marshalling/
H A DRawBodyAssertion.java24 private String expectedContent; field in RawBodyAssertion
/aosp_15_r20/cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/tech/
H A DMifareUltralightTagTester.java62 final CharSequence expectedContent = NfcUtils.displayByteArray(fourPages); in writeTag() local
H A DTagVerifier.java39 public Result(CharSequence expectedContent, CharSequence actualContent, boolean isMatch) { in Result()
H A DNdefTagTester.java73 final String expectedContent = mContext.getString(R.string.nfc_ndef_content, in writeTag() local
/aosp_15_r20/packages/services/Telephony/tests/src/com/android/phone/
DCarrierXmlParserTest.java60 String[] expectedContent = {"120*1*7*123456789*20*1*0*0#", in verifyUssdParser_shouldMatchText() local
/aosp_15_r20/external/pigweed/pw_hdlc/ts/
H A Dencoder_test.ts76 const expectedContent = util.concatenate( constant
/aosp_15_r20/frameworks/base/packages/Shell/tests/src/com/android/shell/
H A DBugreportReceiverTest.java787 private void assertContent(Uri uri, String expectedContent) throws IOException { in assertContent()
795 private void assertZipContent(Uri uri, String entryName, String expectedContent) in assertZipContent()
/aosp_15_r20/cts/tests/tests/nfc/src/android/nfc/tech/cts/interactive/
H A DTagVerifier.java40 public Result(CharSequence expectedContent, CharSequence actualContent, boolean isMatch) { in Result()
H A DNdefTagTester.java73 final String expectedContent = mContext.getString(R.string.nfc_ndef_content, in writeTag() local
/aosp_15_r20/external/jsoup/src/test/java/org/jsoup/select/
H A DCssTest.java200 protected void check(Elements result, String...expectedContent ) { in check()
/aosp_15_r20/cts/hostsidetests/scopedstorage/libs/ScopedStorageTestLib/src/android/scopedstorage/cts/lib/
H A DTestUtils.java1613 public static void assertFileContent(File file, byte[] expectedContent) throws IOException { in assertFileContent()
1623 public static void assertFileContent(FileDescriptor fd, byte[] expectedContent) in assertFileContent()
1643 public static void assertDirectoryContains(@NonNull File dir, File... expectedContent) { in assertDirectoryContains()
1825 private static void assertInputStreamContent(InputStream in, byte[] expectedContent) in assertInputStreamContent()
/aosp_15_r20/external/aws-sdk-java-v2/services-custom/s3-transfer-manager/src/it/java/software/amazon/awssdk/transfer/s3/
H A DS3TransferManagerUploadDirectoryIntegrationTest.java225 private static void verifyContent(String key, String expectedContent) { in verifyContent()
/aosp_15_r20/external/aws-sdk-java-v2/core/sdk-core/src/test/java/software/amazon/awssdk/core/internal/async/
H A DChecksumCalculatingAsyncRequestBodyTest.java133String expectedContent) throws InterruptedException { in publish_differentAsyncRequestBodiesAndSources_produceCorrectData()
/aosp_15_r20/tools/tradefederation/core/javatests/com/android/tradefed/postprocessor/
DStatsdGenericPostProcessorTest.java625 private ArgumentMatcher<ByteArrayInputStreamSource> contentMatches(String expectedContent) { in contentMatches()
/aosp_15_r20/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DSearchIndexManagerTest.java532 long contactId, String expectedContent, String expectedName, String expectedTokens) { in assertSearchIndex()

12