Skip to content

Merge pull request #241 from NoxOrg/bugfix/powershell-error-message #441

Merge pull request #241 from NoxOrg/bugfix/powershell-error-message

Merge pull request #241 from NoxOrg/bugfix/powershell-error-message #441

GitHub Actions / Tests Results succeeded Jun 3, 2024 in 1s

10 passed, 0 failed and 0 skipped

Tests passed successfully

Report Passed Failed Skipped Time
src/Plugin.File.Tests/TestResults/test-results.trx 6✅ 1s
tests/Nox.Cli.Tests/TestResults/test-results.trx 1✅ 2s
tests/Plugin.Core.Tests/TestResults/test-results.trx 3✅ 2s

✅ src/Plugin.File.Tests/TestResults/test-results.trx

6 tests were completed in 1s with 6 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
Plugin.File.Tests.CopyFileTests 3✅ 277ms
Plugin.File.Tests.CopyFolderTests 1✅ 190ms
Plugin.File.Tests.FileRenameTests 1✅ 196ms
Plugin.File.Tests.FolderRenameTests 1✅ 195ms

✅ Plugin.File.Tests.CopyFileTests

✅ Can_copy_a_File_if_destination_folder_does_not_exist
✅ Can_copy_a_File_if_destination_folder_exists_and_overwrite_specified
✅ Must_not_copy_if_destination_folder_exists_and_overwrite_not_specified

✅ Plugin.File.Tests.CopyFolderTests

✅ Can_copy_a_File_if_destination_folder_does_not_exist

✅ Plugin.File.Tests.FileRenameTests

✅ Can_Rename_a_File

✅ Plugin.File.Tests.FolderRenameTests

✅ Can_Rename_a_Folder

✅ tests/Nox.Cli.Tests/TestResults/test-results.trx

1 tests were completed in 2s with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
Nox.Cli.Tests.Extensions.JobExtensionsTests 1✅ 166ms

✅ Nox.Cli.Tests.Extensions.JobExtensionsTests

✅ WhenCloneJobShouldSucceed(fixture: [···])

✅ tests/Plugin.Core.Tests/TestResults/test-results.trx

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

Test suite Passed Failed Skipped Time
Plugin.Core.Tests.SnakeNameTests 3✅ 195ms

✅ Plugin.Core.Tests.SnakeNameTests

✅ Can_Convert_To_Snake_Name(sourceValue: "Hello.World", expectedValue: "hello_world")
✅ Can_Convert_To_Snake_Name(sourceValue: "HELLO.World", expectedValue: "hello_world")
✅ Can_Convert_To_Snake_Name(sourceValue: "HelloWorld", expectedValue: "helloworld")