landenf / Settlers-of-Catan

Multiplayer Online version of Settlers of Catan
https://catan-4dea2.web.app
2 stars 0 forks source link

Test Suites Milestone #102

Open landenf opened 2 months ago

landenf commented 2 months ago

Assignment description: Provide test suites for two significant components of your project. Write unit tests to give confidence that your components work in isolation. Your tests should use good test patterns and avoid anti-patterns. Aim for 80% or greater code coverage for what you are testing.

The test suite should be available in your GitHub repository.

Be able to demonstrate running your test suites or provide screenshots of results. Also provide a couple of paragraphs explaining your test suites and testing strategies (e.g., edge cases or partitioning into equivalence classes). If you have other types of automated testing (e.g., integration or system), make sure to highlight that so we know where to look.