Skip to content

Feature/copy file plugin #418

Feature/copy file plugin

Feature/copy file plugin #418

GitHub Actions / Tests Results failed May 8, 2024 in 1s

8 passed, 1 failed and 0 skipped

Tests failed

Report Passed Failed Skipped Time
src/Plugin.File.Tests/TestResults/test-results.trx 4✅ 1❌ 1s
tests/Nox.Cli.Tests/TestResults/test-results.trx 1✅ 976ms
tests/Plugin.Core.Tests/TestResults/test-results.trx 3✅ 771ms

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

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

Test suite Passed Failed Skipped Time
Plugin.File.Tests.CopyFileTests 2✅ 1❌ 168ms
Plugin.File.Tests.FileRenameTests 1✅ 151ms
Plugin.File.Tests.FolderRenameTests 1✅ 153ms

❌ Plugin.File.Tests.CopyFileTests

❌ Can_copy_a_File_if_destination_folder_does_not_exist
	Assert.True() Failure
	Expected: True
	Actual:   False
✅ 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.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 976ms with 1 passed, 0 failed and 0 skipped.

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

✅ Nox.Cli.Tests.Extensions.JobExtensionsTests

✅ WhenCloneJobShouldSucceed(fixture: [···])

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

3 tests were completed in 771ms with 3 passed, 0 failed and 0 skipped.

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

✅ 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")

Annotations

Check failure on line 37 in src/Plugin.File.Tests/CopyFileTests.cs

See this annotation in the file changed.

@github-actions github-actions / Tests Results

Plugin.File.Tests.CopyFileTests ► Can_copy_a_File_if_destination_folder_does_not_exist

Failed test found in:
  src/Plugin.File.Tests/TestResults/test-results.trx
Error:
  Assert.True() Failure
  Expected: True
  Actual:   False
Raw output
Assert.True() Failure
Expected: True
Actual:   False
   at Plugin.File.Tests.CopyFileTests.Can_copy_a_File_if_destination_folder_does_not_exist() in /home/runner/work/Nox.Cli/Nox.Cli/src/Plugin.File.Tests/CopyFileTests.cs:line 37
--- End of stack trace from previous location ---