YehyunLee / PokemonGame

Pokémon Battle Simulator allows players to engage in exciting turn-based battles using various Pokémon. The simulator is designed to provide a realistic and engaging Pokémon battle experience, complete with different moves, strategies, and outcomes.
https://docs.google.com/presentation/d/18OZ4ov5St6cAIvWGQH5LLCylErJciXATBBqE7P2hu-o/edit?usp=sharing
3 stars 3 forks source link

Junit Testing #70

Closed Muaj17 closed 10 months ago

Muaj17 commented 10 months ago

Made more tests with full code coverage on entities. Got close to 60% in use case but it is a bit difficult to do any more testing. Also did a few tests for view and data_access. Codebase coverage is about 30% but 50% of our code is in the view folder and it's pretty hard to test the code in view.

tyseer2335 commented 10 months ago

Nice work