Minor layout improvements #110
GitHub Actions / C# Unit Tests
succeeded
Jun 6, 2024 in 0s
All 71 tests pass in 10s
71 tests 71 ✅ 10s ⏱️
12 suites 0 💤
2 files 0 ❌
Results for commit 4e829c2.
Annotations
Check notice on line 0 in .github
github-actions / C# Unit Tests
71 tests found
There are 71 tests, see "Raw output" for the full list of tests.
Raw output
LcmCrdt.Tests.BasicApiTests ‑ CreateEntry
LcmCrdt.Tests.BasicApiTests ‑ DeleteEntry
LcmCrdt.Tests.BasicApiTests ‑ GetEntries
LcmCrdt.Tests.BasicApiTests ‑ GetEntriesByExemplar
LcmCrdt.Tests.BasicApiTests ‑ GetEntriesWithOptions
LcmCrdt.Tests.BasicApiTests ‑ GetEntry
LcmCrdt.Tests.BasicApiTests ‑ GetWritingSystems
LcmCrdt.Tests.BasicApiTests ‑ SearchEntries
LcmCrdt.Tests.BasicApiTests ‑ UpdateEntry
LcmCrdt.Tests.BasicApiTests ‑ UpdateEntryNote
LcmCrdt.Tests.BasicApiTests ‑ UpdateExampleSentence
LcmCrdt.Tests.BasicApiTests ‑ UpdateExampleSentenceTranslation
LcmCrdt.Tests.BasicApiTests ‑ UpdateSense
LcmCrdt.Tests.BasicApiTests ‑ UpdateSensePartOfSpeech
LcmCrdt.Tests.BasicApiTests ‑ UpdateSenseSemanticDomain
LcmCrdt.Tests.SerializationTests ‑ CanDeserializeEntry
LcmCrdt.Tests.SerializationTests ‑ CanDeserializeMultiString
LcmCrdt.Tests.SerializationTests ‑ CanSerializeEntry
LcmCrdt.Tests.SerializationTests ‑ EqualityTest
Testing.ApiTests.HeaderTests ‑ CheckCloudflareHeaderSizeLimit
Testing.Fixtures.IntegrationFixtureTests ‑ CanFindTheProjectZipFile
Testing.Fixtures.IntegrationFixtureTests ‑ CanInitFlexProjectRepo
Testing.Fixtures.IntegrationFixtureTests ‑ InitCreatesARepoWithTheProject
Testing.LexCore.CrdtServerCommitTests ‑ CanRoundTripCommitChanges
Testing.LexCore.CrdtServerCommitTests ‑ CanSaveServerCommit
Testing.LexCore.CrdtServerCommitTests ‑ TypePropertyShouldAlwaysBeFirst
Testing.LexCore.LexAuthUserTests ‑ CanGetClaimsFromUser
Testing.LexCore.LexAuthUserTests ‑ CanParseFromKnownGoodJwt
Testing.LexCore.LexAuthUserTests ‑ CanRoundTripClaimsThroughAPrincipal
Testing.LexCore.LexAuthUserTests ‑ CanRoundTripClaimsThroughJwt
Testing.LexCore.LexAuthUserTests ‑ CanRoundTripClaimsWhenUsingSecurityTokenDescriptor
Testing.LexCore.LexAuthUserTests ‑ CanRoundTripFromAuthTicketToAuthTicket
Testing.LexCore.LexAuthUserTests ‑ CanRoundTripJwtFromUserThroughLexAuthService
Testing.LexCore.LexAuthUserTests ‑ CanRoundTripThroughRefresh
Testing.LexCore.LexAuthUserTests ‑ CheckingJwtLength
Testing.LexCore.PasswordHashingTests ‑ CanHashPassword(pw: "5!2j6cwau2ZqUXL", salt: "57b7216f93b66d8dfa6cc0dad910025d", hash: "f17f1754dfcf346298e2154071fc077203900a28")
Testing.LexCore.PasswordHashingTests ‑ CanHashPassword(pw: "h0vJVjQUOfxaEC3Uddz", salt: "266d7346dbf074a28ab29ef730191feb", hash: "ba205a1131e34030fa1507a77cb9d1bd0c5fb800")
Testing.LexCore.ProjectCodeTests ‑ InvalidCodesThrows(code: "!")
Testing.LexCore.ProjectCodeTests ‑ InvalidCodesThrows(code: "#")
Testing.LexCore.ProjectCodeTests ‑ InvalidCodesThrows(code: "-not-start-with-dash")
Testing.LexCore.ProjectCodeTests ‑ InvalidCodesThrows(code: "../hacker")
Testing.LexCore.ProjectCodeTests ‑ InvalidCodesThrows(code: "/hacker")
Testing.LexCore.ProjectCodeTests ‑ InvalidCodesThrows(code: "_____deleted_____")
Testing.LexCore.ProjectCodeTests ‑ InvalidCodesThrows(code: "_____temp_____")
Testing.LexCore.ProjectCodeTests ‑ InvalidCodesThrows(code: "api")
Testing.LexCore.ProjectCodeTests ‑ InvalidCodesThrows(code: "hacker/test")
Testing.LexCore.ProjectCodeTests ‑ InvalidCodesThrows(code: "hacker\\test")
Testing.LexCore.ProjectCodeTests ‑ InvalidCodesThrows(code: "❌")
Testing.LexCore.ProjectCodeTests ‑ ValidCodes(code: "123-name")
Testing.LexCore.ProjectCodeTests ‑ ValidCodes(code: "test")
Testing.LexCore.ProjectCodeTests ‑ ValidCodes(code: "test-name123")
Testing.LexCore.Services.HgServiceTests ‑ CanFinishResetByUnZippingAnArchive(filePath: ".hg/important-file.bin")
Testing.LexCore.Services.HgServiceTests ‑ CanFinishResetByUnZippingAnArchive(filePath: "unzip-test/.hg/important-file.bin")
Testing.LexCore.Services.HgServiceTests ‑ DetermineProjectPrefixWorks(type: hgWeb, expectedUrl: "https://hg.lexbox")
Testing.LexCore.Services.HgServiceTests ‑ DetermineProjectPrefixWorks(type: resumable, expectedUrl: "https://resumable.lexbox")
Testing.LexCore.Services.HgServiceTests ‑ ProjectCodesMayNotStartWithHyphen(code: "-123")
Testing.LexCore.Services.HgServiceTests ‑ ProjectCodesMayNotStartWithHyphen(code: "-x-y-z")
Testing.LexCore.Services.HgServiceTests ‑ ProjectCodesMayNotStartWithHyphen(code: "-xy")
Testing.LexCore.Services.HgServiceTests ‑ ThrowsIfNoHgFolderIsFound
Testing.LexCore.Services.ProjectServiceTest ‑ CanCreateProject
Testing.LexCore.Services.ProjectServiceTest ‑ ShouldErrorIfCreatingAProjectWithTheSameCode
Testing.LexCore.Utils.ConcurrentWeakDictionaryTests ‑ Add_Then_Collect_And_Check_That_Key_Is_Removed_Test
Testing.LexCore.Utils.ConcurrentWeakDictionaryTests ‑ Add_Then_Try_Get_Value_Test
Testing.LexCore.Utils.ConcurrentWeakDictionaryTests ‑ GetOrAdd_Existing_Key_Should_Return_Existing_Value_Test
Testing.LexCore.Utils.ConcurrentWeakDictionaryTests ‑ GetOrAdd_New_Key_Should_Add_And_Return_New_Value_Test
Testing.Services.UtilsTests ‑ VerifyToProjectCodeFriendlyString(input: "ModifyProjectData", expected: "modify-project-data")
Testing.Services.UtilsTests ‑ VerifyToProjectCodeFriendlyString(input: "SendNewProject_Medium (res)", expected: "send-new-project-medium-res")
Testing.Services.UtilsTests ‑ VerifyToProjectCodeFriendlyString(input: "SendNewProject_Medium", expected: "send-new-project-medium")
Testing.Services.UtilsTests ‑ VerifyToProjectCodeFriendlyString(input: "SimultaneousResetsDontResultIn404S", expected: "simultaneous-resets-dont-result-in-404-s")
Testing.Services.UtilsTests ‑ VerifyToProjectCodeFriendlyString(input: "SimultaneousResetsDontResultIn404s", expected: "simultaneous-resets-dont-result-in-404s")
Testing.Services.UtilsTests ‑ VerifyToProjectCodeFriendlyString(input: "_DashAround__123theBlock", expected: "dash-around-123the-block")
Loading