Skip to content

Merge pull request #217 from NoxOrg/bugfix/snake-name-plugin-fix #404

Merge pull request #217 from NoxOrg/bugfix/snake-name-plugin-fix

Merge pull request #217 from NoxOrg/bugfix/snake-name-plugin-fix #404

GitHub Actions / Tests Results succeeded Apr 30, 2024 in 1s

4 passed, 0 failed and 0 skipped

Tests passed successfully

Report Passed Failed Skipped Time
tests/Nox.Cli.Tests/TestResults/test-results.trx 1✅ 1s
tests/Plugin.Core.Tests/TestResults/test-results.trx 3✅ 843ms

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

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

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

✅ Nox.Cli.Tests.Extensions.JobExtensionsTests

✅ WhenCloneJobShouldSucceed(fixture: [···])

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

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

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

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