CodebreakerApp / Codebreaker.Xaml

MIT License
0 stars 1 forks source link

Fixed and enhanced ViewModel tests #175

Closed szv closed 1 month ago

szv commented 2 months ago

Related to #174

Pull Request Summary

This pull request includes changes to the project, primarily focusing on updates to the project's target framework, package versions, and refactoring of the GamePageViewModelTests class.

Framework and Package Updates

The target framework of the project has been updated from .NET 7.0 to .NET 8.0, ensuring that the project is compatible with the latest features and improvements of the .NET platform. Additionally, the versions of the xunit, xunit.runner.visualstudio, and coverlet.collector packages have been updated, providing the project with the latest functionality and bug fixes from these packages.

Refactoring of GamePageViewModelTests Class

The test cases were adapted for the new viemmodel. The test cases were adapted in order to ensure they can run parallel without side effects. Another test case for testing the game play has been added.