Skip to content

docs: adapt description of social preview #15

docs: adapt description of social preview

docs: adapt description of social preview #15

GitHub Actions / MacOS Tests succeeded Aug 9, 2023 in 0s

MacOS Tests ✅

Tests passed successfully

Report Passed Failed Skipped Time
_Mac-1691607129493_2023-08-09_20_29_05.trx 32✅ 3s
_Mac-1691607129493_2023-08-09_20_29_09.trx 32✅ 3s

✅ _Mac-1691607129493_2023-08-09_20_29_05.trx

32 tests were completed in 3s with 32 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
Testably.Abstractions.FluentAssertions.Tests.DirectoryInfoAssertionsTests 4✅ 360ms
Testably.Abstractions.FluentAssertions.Tests.FileInfoAssertionsTests 4✅ 349ms
Testably.Abstractions.FluentAssertions.Tests.FileSystemAssertionsTests 24✅ 363ms

✅ Testably.Abstractions.FluentAssertions.Tests.DirectoryInfoAssertionsTests

✅ HasFileMatching_InvalidFileName_ShouldThrow(invalidFileName: "", because: "because377891c0-b044-4bbe-b040-e0faf77d23bd")
✅ HasFileMatching_InvalidFileName_ShouldThrow(invalidFileName: null, because: "becaused0ae6be4-07ee-4ecd-8f51-726562f02c01")
✅ HasFileMatching_WithMatchingFile_ShouldNotThrow(directoryName: "directoryNamee31e9821-c162-400a-8d6d-c5f6b97ccfac", fileName: "fileName6818be04-fc54-412b-8cf1-5974ca54e554")
✅ HasFileMatching_WithoutMatchingFile_ShouldThrow(directoryName: "directoryNameb72400ef-9ec4-48a9-8a25-09d0053ead4e", fileName: "fileName8a9a8588-dcaf-42ac-82f1-2e0a46b51ab9", because: "because7dead14a-291a-4137-b152-df5de11b1dc3")

✅ Testably.Abstractions.FluentAssertions.Tests.FileInfoAssertionsTests

✅ IsNotReadOnly_WithReadOnlyFile_ShouldThrow(fileDescription: FileDescription { Bytes = null, Content = "content0ada0b88-339f-41ca-ac10-b86b6d95e0c9", IsReadOnly = True, Item = (throws TargetParameterCountException), Name = "namec961a205-227b-4e64-8c54-ff6fcf4766ff" }, because: "becausedfa031c1-31b0-431c-8411-35415201cc81")
✅ IsNotReadOnly_WithWritableFile_ShouldNotThrow(fileDescription: FileDescription { Bytes = null, Content = "contentcedf5989-c392-4f39-95e9-b92847357318", IsReadOnly = True, Item = (throws TargetParameterCountException), Name = "name613cdbac-4efd-4e08-a349-50e2f2be275c" })
✅ IsReadOnly_WithReadOnlyFile_ShouldNotThrow(fileDescription: FileDescription { Bytes = null, Content = "content56cd94f3-8521-49ef-a7d7-7a84bc03be55", IsReadOnly = True, Item = (throws TargetParameterCountException), Name = "name0799fa68-09f3-4e72-9723-2bf3f042235c" })
✅ IsReadOnly_WithWritableFile_ShouldThrow(fileDescription: FileDescription { Bytes = null, Content = "content82f81429-1c8a-427a-8ace-2e0b70a0453b", IsReadOnly = True, Item = (throws TargetParameterCountException), Name = "name43c246a0-4a8e-41cd-907d-b206bdfed272" }, because: "because31baef8d-34c0-4be7-b038-263bca4c36f3")

✅ Testably.Abstractions.FluentAssertions.Tests.FileSystemAssertionsTests

✅ HaveDirectory_And_WithMultipleDirectories_ShouldNotThrow(path1: "path1dce848bc-8ff1-4fca-8829-fbfae1ea580f", path2: "path2cd32f103-7a68-4424-ae2a-743c21ea2665")
✅ HaveDirectory_And_WithOnlyOneDirectory_ShouldThrow(path1: "path1c72847c0-2aeb-4487-83d2-82dd0f72a2e8", path2: "path236a7cc0c-0458-4087-8825-2f1bc528d6dd")
✅ HaveDirectory_InvalidPath_ShouldThrow(invalidPath: "", because: "because61990c7f-2f1e-4fe9-9586-b3f35c4ec628")
✅ HaveDirectory_InvalidPath_ShouldThrow(invalidPath: null, because: "because64d68856-3072-4663-9824-2008a1474575")
✅ HaveDirectory_WithDirectory_ShouldNotThrow(path: "path137b40e8-17b6-470f-941b-ca807c4cb1f7")
✅ HaveDirectory_WithoutDirectory_ShouldThrow(path: "pathefe317a6-c6e8-4a90-b329-db933a366f61", because: "because3db61b50-cd81-4527-aa98-21c914404ed1")
✅ HaveFile_And_WithMultipleFiles_ShouldNotThrow(path1: "path11282eb84-66ab-4957-823a-d8349b36373b", path2: "path20c55e5a0-d2d1-42f1-91a5-c92105b6e7b0")
✅ HaveFile_And_WithOnlyOneFile_ShouldThrow(path1: "path1c076d042-a25d-461e-ad0e-1c430a85410b", path2: "path212b8120b-5bc3-4a86-badd-6f7dd7506bb6")
✅ HaveFile_InvalidPath_ShouldThrow(invalidPath: "", because: "becauseb87c69e8-8f77-4051-b34b-af322421ad40")
✅ HaveFile_InvalidPath_ShouldThrow(invalidPath: null, because: "because293e7989-ad42-405d-9da5-2687951eb464")
✅ HaveFile_WithFile_ShouldNotThrow(path: "path25f7dcc3-9e38-4f20-bf42-3b4e70ec0209")
✅ HaveFile_WithoutFile_ShouldThrow(path: "path03afaf9c-3ecd-4f59-93cd-17bd3fb8ee55", because: "becauseb53b714d-ea6e-4c31-a9b1-d6969702d645")
✅ NotHaveDirectory_And_WithOnlyOneDirectory_ShouldThrow(path1: "path1c0b44ce8-37ba-445c-8930-ad03134cb1b3", path2: "path2994291b6-ee4f-4cc4-820a-8b454d039404")
✅ NotHaveDirectory_And_WithoutAnyDirectories_ShouldNotThrow(path1: "path17951de71-5764-496e-a69f-8c01c5474880", path2: "path252eae973-bc94-4e68-870f-b89843596d52")
✅ NotHaveDirectory_InvalidPath_ShouldThrow(invalidPath: "", because: "becausee5ef3cb3-4676-433a-964f-42c1b7d2c4ab")
✅ NotHaveDirectory_InvalidPath_ShouldThrow(invalidPath: null, because: "because68f8ac73-043d-472c-b45a-ff036e813e43")
✅ NotHaveDirectory_WithDirectory_ShouldThrow(path: "path36d68ca7-9429-47fe-80a8-82c8df434faa", because: "becausee339016c-d19c-4552-8703-7ee390991d3c")
✅ NotHaveDirectory_WithoutDirectory_ShouldNotThrow(path: "path7c59b159-a0a5-4e99-aaa3-11f1fbecb3d7")
✅ NotHaveFile_And_WithOnlyOneFile_ShouldThrow(path1: "path122939ac5-446e-4d45-9592-582f895c980a", path2: "path251b23b31-8974-4f5f-bd77-4dffc1819a9f")
✅ NotHaveFile_And_WithoutAnyFiles_ShouldNotThrow(path1: "path1251dffb7-7bb5-4539-888e-fd70c724e575", path2: "path2e6f6c47d-d9e9-40e5-b7f1-456ea7319c1f")
✅ NotHaveFile_InvalidPath_ShouldThrow(invalidPath: "", because: "because8e3e63cf-4a7e-4134-aaf9-87c0a5b83236")
✅ NotHaveFile_InvalidPath_ShouldThrow(invalidPath: null, because: "because3d863f38-c197-4edd-8941-ce6da0e048e7")
✅ NotHaveFile_WithFile_ShouldThrow(path: "pathe3e4b766-02cd-443f-9ffb-aef04fb77299", because: "because8660f479-a041-47f1-8926-1db508953eeb")
✅ NotHaveFile_WithoutFile_ShouldNotThrow(path: "path268b4c83-6e94-4172-af90-743195b0eff7")

✅ _Mac-1691607129493_2023-08-09_20_29_09.trx

32 tests were completed in 3s with 32 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
Testably.Abstractions.FluentAssertions.Tests.DirectoryInfoAssertionsTests 4✅ 203ms
Testably.Abstractions.FluentAssertions.Tests.FileInfoAssertionsTests 4✅ 187ms
Testably.Abstractions.FluentAssertions.Tests.FileSystemAssertionsTests 24✅ 210ms

✅ Testably.Abstractions.FluentAssertions.Tests.DirectoryInfoAssertionsTests

✅ HasFileMatching_InvalidFileName_ShouldThrow(invalidFileName: "", because: "because75a3a1cf-934c-4865-9522-feb640087bf8")
✅ HasFileMatching_InvalidFileName_ShouldThrow(invalidFileName: null, because: "becausef1cb0ab5-c0c1-4540-a39b-989c8ae2c6a7")
✅ HasFileMatching_WithMatchingFile_ShouldNotThrow(directoryName: "directoryNamed282b40f-ce49-407b-b5c5-c44be7abe08f", fileName: "fileName941fcce6-21c3-4a0d-bc1f-e9c0de423e29")
✅ HasFileMatching_WithoutMatchingFile_ShouldThrow(directoryName: "directoryName37818b7f-0bc3-499a-ad2f-b19d2b866afc", fileName: "fileNamed5923335-6f53-4227-8669-45afd3d3987c", because: "because673db38d-4de1-4c6e-9a30-ccc5e6481d48")

✅ Testably.Abstractions.FluentAssertions.Tests.FileInfoAssertionsTests

✅ IsNotReadOnly_WithReadOnlyFile_ShouldThrow(fileDescription: FileDescription { Bytes = null, Content = "contentdca2c50f-305d-442b-a6a1-9d0cf95a9591", IsReadOnly = True, Item = (throws TargetParameterCountException), Name = "namec0a8f41a-5307-44ee-9378-afd7666f06be" }, because: "because44e419c6-cb1a-463d-85be-70c0ead34f77")
✅ IsNotReadOnly_WithWritableFile_ShouldNotThrow(fileDescription: FileDescription { Bytes = null, Content = "contentd625db4d-fb3e-4433-bcae-bcfd7a43b8ca", IsReadOnly = True, Item = (throws TargetParameterCountException), Name = "namec2511114-cb24-4419-b918-eb8690f2e122" })
✅ IsReadOnly_WithReadOnlyFile_ShouldNotThrow(fileDescription: FileDescription { Bytes = null, Content = "content2b982955-a280-4ab5-bf6e-e59dab5371ef", IsReadOnly = True, Item = (throws TargetParameterCountException), Name = "name7397dce7-3a5d-4f63-854c-06b49706c8d0" })
✅ IsReadOnly_WithWritableFile_ShouldThrow(fileDescription: FileDescription { Bytes = null, Content = "content5473d1f9-1920-464e-9a7c-2ad8857a1016", IsReadOnly = True, Item = (throws TargetParameterCountException), Name = "namecd4d216f-9bc3-43cb-ae7e-243516bc86d0" }, because: "because07b986c6-90aa-43f0-a0c3-cc3f9d5b66dc")

✅ Testably.Abstractions.FluentAssertions.Tests.FileSystemAssertionsTests

✅ HaveDirectory_And_WithMultipleDirectories_ShouldNotThrow(path1: "path13193ba49-c323-4bda-900b-76e1502f8309", path2: "path244d719b6-1336-47a3-a7a3-08c0955a6d6a")
✅ HaveDirectory_And_WithOnlyOneDirectory_ShouldThrow(path1: "path1c39f77d9-e328-43ff-b6fd-0f7d9e122c08", path2: "path28e8257f2-d514-44c5-858f-c1c7cdf8e2f4")
✅ HaveDirectory_InvalidPath_ShouldThrow(invalidPath: "", because: "becauseeff0a717-1e3e-4a30-8927-901e289e124c")
✅ HaveDirectory_InvalidPath_ShouldThrow(invalidPath: null, because: "because43e76f26-3fce-49c7-9b19-b083ef771cbb")
✅ HaveDirectory_WithDirectory_ShouldNotThrow(path: "pathb3c58495-5d05-476c-9211-2193f4bafe4e")
✅ HaveDirectory_WithoutDirectory_ShouldThrow(path: "path6c117f8c-35d2-4cbb-b7a3-37eb92a5ea7b", because: "because29ffd73d-90e1-4b9c-b4a6-91bc97fc9ace")
✅ HaveFile_And_WithMultipleFiles_ShouldNotThrow(path1: "path11ad99c38-2974-4649-8c34-7c3ac0afc9aa", path2: "path2345163b7-2150-44ec-800f-95d52fb7922b")
✅ HaveFile_And_WithOnlyOneFile_ShouldThrow(path1: "path1e45c70d5-a1eb-4194-bf98-b2482bb10da2", path2: "path260037d2b-9f71-4b6e-9f8b-f3c8f5561abc")
✅ HaveFile_InvalidPath_ShouldThrow(invalidPath: "", because: "because4c72c099-5d71-47bf-a4bc-7862ae3a5ac2")
✅ HaveFile_InvalidPath_ShouldThrow(invalidPath: null, because: "becaused931ddc2-d95a-4be7-90d9-865b434f19fc")
✅ HaveFile_WithFile_ShouldNotThrow(path: "path915ff246-1056-47f2-84a5-333bbc4bf26b")
✅ HaveFile_WithoutFile_ShouldThrow(path: "pathcaead9ac-83a1-466d-b16d-d97736b903bf", because: "because8aab02b8-47a1-4e7e-9ce3-b7a983520524")
✅ NotHaveDirectory_And_WithOnlyOneDirectory_ShouldThrow(path1: "path19338355b-9850-4640-ab0f-b55388914624", path2: "path22bd73a45-5694-4b47-9d10-798ea42fe1e4")
✅ NotHaveDirectory_And_WithoutAnyDirectories_ShouldNotThrow(path1: "path196af9a72-3d68-4b54-8d6d-ddb07ca8c54b", path2: "path2dd782c20-f0bf-4d6d-956b-ff2e1a4df9ef")
✅ NotHaveDirectory_InvalidPath_ShouldThrow(invalidPath: "", because: "because71ebba22-1847-4418-b92a-525181c03324")
✅ NotHaveDirectory_InvalidPath_ShouldThrow(invalidPath: null, because: "because850fabcd-952d-431e-93f6-8ca764f49f65")
✅ NotHaveDirectory_WithDirectory_ShouldThrow(path: "path244b3118-be5f-49cc-a0d6-6d6440854d10", because: "becausef1c75287-5e8b-44c1-b585-7bb1d1f04717")
✅ NotHaveDirectory_WithoutDirectory_ShouldNotThrow(path: "pathdc03bdb9-701b-45ef-b87b-b14e303c6897")
✅ NotHaveFile_And_WithOnlyOneFile_ShouldThrow(path1: "path121b838bf-691f-4566-a4ea-eed1611e818a", path2: "path20f89210f-510f-4b8c-8701-a0aa508f62f9")
✅ NotHaveFile_And_WithoutAnyFiles_ShouldNotThrow(path1: "path12f790ec8-5b0a-4c2a-b37f-855a75efe9c1", path2: "path29d633a71-1aa6-4c01-b9ef-b7551bb92490")
✅ NotHaveFile_InvalidPath_ShouldThrow(invalidPath: "", because: "becauseed960bcc-87d9-4982-b70b-28d1a1d0847b")
✅ NotHaveFile_InvalidPath_ShouldThrow(invalidPath: null, because: "because71aa915f-fc64-49e2-a735-d629eb1fcde3")
✅ NotHaveFile_WithFile_ShouldThrow(path: "path2e8770b4-b66f-4f96-9494-64c7b76c41f1", because: "becaused2e96700-5a71-423d-886a-197f7eba6766")
✅ NotHaveFile_WithoutFile_ShouldNotThrow(path: "path337bd47f-1ea6-4451-9c50-c47c01f5d052")