Skip to content

Update buildpipeline.yml for Azure Pipelines #20

Update buildpipeline.yml for Azure Pipelines

Update buildpipeline.yml for Azure Pipelines #20

GitHub Actions / Unit Tests succeeded Feb 18, 2024 in 0s

9 passed, 0 failed and 0 skipped

Tests passed successfully

Report Passed Failed Skipped Time
Battleship.Ascii.Tests/TestResults/test-results.trx 1✅ 3s
Battleship.GameController.ATDD/TestResults/test-results.trx 2✅ 4s
Battleship.GameController.Tests/TestResults/test-results.trx 6✅ 4s

✅ Battleship.Ascii.Tests/TestResults/test-results.trx

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

Test suite Passed Failed Skipped Time
Battleship.Ascii.Tests.ParsePositionTests 1✅ 76ms

✅ Battleship.Ascii.Tests.ParsePositionTests

✅ ParseLetterNumber

✅ Battleship.GameController.ATDD/TestResults/test-results.trx

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

Test suite Passed Failed Skipped Time
Battleship.GameController.ATDD.IsShipValidFeature 2✅ 66ms

✅ Battleship.GameController.ATDD.IsShipValidFeature

✅ InvalidShipPlacement
✅ ValidShipPlacement

✅ Battleship.GameController.Tests/TestResults/test-results.trx

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

Test suite Passed Failed Skipped Time
Battleship.GameController.Tests.GameControllerTests.GameControllerTests 4✅ 48ms
Battleship.GameController.Tests.GameControllerTests.IsShipValidTests 2✅ 1ms

✅ Battleship.GameController.Tests.GameControllerTests.GameControllerTests

✅ ShouldHitTheShip
✅ ShouldNotHitTheShip
✅ ThrowExceptionIfPositstionIsNull
✅ ThrowExceptionIfShipIsNull

✅ Battleship.GameController.Tests.GameControllerTests.IsShipValidTests

✅ ShipIsNotValid
✅ ShipIsValid