Skip to content

might help if I add the key for a key-value pair #58

might help if I add the key for a key-value pair

might help if I add the key for a key-value pair #58

GitHub Actions / .Net Unit Tests succeeded Nov 25, 2023 in 0s

.Net Unit Tests ✅

Tests passed successfully

✅ TestResults/test-results.trx

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

Test suite Passed Failed Skipped Time
Tasks.TaskServiceTests 8✅ 8ms

✅ Tasks.TaskServiceTests

✅ Create_Task_Requires_NonEmpty_Title(taskTitle: "")
✅ Create_Task_Requires_NonEmpty_Title(taskTitle: null)
✅ Create_Task_WithTitle
✅ GetTasks_EmptyList
✅ TaskCount_EmptyList
✅ TaskCount_Increments_AfterCreatingTasks(tasksToCreate: 1)
✅ TaskCount_Increments_AfterCreatingTasks(tasksToCreate: 10)
✅ TaskCount_Increments_AfterCreatingTasks(tasksToCreate: 2)