Skip to content

version display issues #19

version display issues

version display issues #19

GitHub Actions / Unit Tests succeeded Jul 3, 2024 in 1s

32 passed, 0 failed and 0 skipped

Tests passed successfully

Report Passed Failed Skipped Time
/home/runner/work/KaddaOKTools/KaddaOKTools/KaddaOK.AvaloniaApp.Tests/TestResults/_fv-az841-282_2024-07-03_17_15_32.trx 5✅ 8s
/home/runner/work/KaddaOKTools/KaddaOKTools/KaddaOK.Library.Tests/TestResults/_fv-az841-282_2024-07-03_17_15_27.trx 27✅ 4s

✅ /home/runner/work/KaddaOKTools/KaddaOKTools/KaddaOK.AvaloniaApp.Tests/TestResults/_fv-az841-282_2024-07-03_17_15_32.trx

5 tests were completed in 8s with 5 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
KaddaOK.AvaloniaApp.Tests.ViewModels.EditLinesViewModelTests+ApplyEditWordText 3✅ 26ms
KaddaOK.AvaloniaApp.Tests.ViewModels.EditLinesViewModelTests+MoveLineToPrevious 2✅ 84ms

✅ KaddaOK.AvaloniaApp.Tests.ViewModels.EditLinesViewModelTests+ApplyEditWordText

✅ ShouldSetWordText
✅ ShouldSplitCorrectlyOnPipes
✅ ShouldSplitCorrectlyOnSpaces

✅ KaddaOK.AvaloniaApp.Tests.ViewModels.EditLinesViewModelTests+MoveLineToPrevious

✅ ShouldAddSpaceToPreviousWordWhenMergingLines
✅ ShouldMergeLines

✅ /home/runner/work/KaddaOKTools/KaddaOKTools/KaddaOK.Library.Tests/TestResults/_fv-az841-282_2024-07-03_17_15_27.trx

27 tests were completed in 4s with 27 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
KaddaOK.Library.Tests.KbpContentsGeneratorTests+ColorTo3DigitHex 12✅ 11ms
KaddaOK.Library.Tests.LineSplitterTests+DeleteWord 1✅ 22ms
KaddaOK.Library.Tests.LineSplitterTests+SplitLineAt 2✅ 26ms
KaddaOK.Library.Tests.NfaCtmImporterTests 4✅ 6ms
KaddaOK.Library.Tests.RzlrcContentsGeneratorTests+BuildInnerTextFromWords 1✅ 11ms
KaddaOK.Library.Tests.WordMergerTests+MergeWord 7✅ 4ms

✅ KaddaOK.Library.Tests.KbpContentsGeneratorTests+ColorTo3DigitHex

✅ ShouldRoundCorrectly(expectedResult: "000", originalRed: 0, originalGreen: null, originalBlue: null)
✅ ShouldRoundCorrectly(expectedResult: "111", originalRed: 16, originalGreen: null, originalBlue: null)
✅ ShouldRoundCorrectly(expectedResult: "111", originalRed: 23, originalGreen: null, originalBlue: null)
✅ ShouldRoundCorrectly(expectedResult: "111", originalRed: 9, originalGreen: null, originalBlue: null)
✅ ShouldRoundCorrectly(expectedResult: "222", originalRed: 26, originalGreen: null, originalBlue: null)
✅ ShouldRoundCorrectly(expectedResult: "222", originalRed: 34, originalGreen: null, originalBlue: null)
✅ ShouldRoundCorrectly(expectedResult: "444", originalRed: 64, originalGreen: null, originalBlue: null)
✅ ShouldRoundCorrectly(expectedResult: "555", originalRed: 77, originalGreen: null, originalBlue: null)
✅ ShouldRoundCorrectly(expectedResult: "ABC", originalRed: 178, originalGreen: 179, originalBlue: 196)
✅ ShouldRoundCorrectly(expectedResult: "EEE", originalRed: 238, originalGreen: null, originalBlue: null)
✅ ShouldRoundCorrectly(expectedResult: "FFF", originalRed: 247, originalGreen: null, originalBlue: null)
✅ ShouldRoundCorrectly(expectedResult: "FFF", originalRed: 255, originalGreen: null, originalBlue: null)

✅ KaddaOK.Library.Tests.LineSplitterTests+DeleteWord

✅ ShouldDeleteWord

✅ KaddaOK.Library.Tests.LineSplitterTests+SplitLineAt

✅ ShouldSplitAfter
✅ ShouldSplitBefore

✅ KaddaOK.Library.Tests.NfaCtmImporterTests

✅ ShouldOutputAllOnOneLineIfNoInput
✅ ShouldOutputRemainingIfNoMoreLyrics
✅ ShouldOutputRemainingIfTextDifference
✅ ShouldParseCorrectly

✅ KaddaOK.Library.Tests.RzlrcContentsGeneratorTests+BuildInnerTextFromWords

✅ ShouldTranslateCorrectly

✅ KaddaOK.Library.Tests.WordMergerTests+MergeWord

✅ ShouldMergeCorrectly(before: False, matchWordText: "around ", checkLineIndex: 2, expectedLineText: "never gonna run aroundand desert you", expectedWordCount: 6, checkWordIndex: 3, expectedWordText: "aroundand ", expectedStart: 23, expectedEnd: 25)
✅ ShouldMergeCorrectly(before: False, matchWordText: "cry ", checkLineIndex: 3, expectedLineText: "neffer gonna make you cry", expectedWordCount: 5, checkWordIndex: 4, expectedWordText: "cry", expectedStart: 34, expectedEnd: 35)
✅ ShouldMergeCorrectly(before: False, matchWordText: "desert ", checkLineIndex: 2, expectedLineText: "never gonna run around and desertyou", expectedWordCount: 6, checkWordIndex: 5, expectedWordText: "desertyou", expectedStart: 25, expectedEnd: 27)
✅ ShouldMergeCorrectly(before: True, matchWordText: "around ", checkLineIndex: 2, expectedLineText: "never gonna runaround and desert you", expectedWordCount: 6, checkWordIndex: 2, expectedWordText: "runaround ", expectedStart: 22, expectedEnd: 24)
✅ ShouldMergeCorrectly(before: True, matchWordText: "goingta ", checkLineIndex: 4, expectedLineText: "nevergoingta say goodbye", expectedWordCount: 3, checkWordIndex: 0, expectedWordText: "nevergoingta ", expectedStart: 35, expectedEnd: 37)
✅ ShouldMergeCorrectly(before: True, matchWordText: "neffer ", checkLineIndex: 3, expectedLineText: "neffer gonna make you cry", expectedWordCount: 5, checkWordIndex: 0, expectedWordText: "neffer ", expectedStart: 30, expectedEnd: 31)
✅ ShouldMergeCorrectly(before: True, matchWordText: "run ", checkLineIndex: 2, expectedLineText: "never gonnarun around and desert you", expectedWordCount: 6, checkWordIndex: 1, expectedWordText: "gonnarun ", expectedStart: 21, expectedEnd: 23)