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

Incomplete JUnit Testing for Entities #63

Closed jeansnfitted closed 10 months ago

jeansnfitted commented 10 months ago

Affected Classes:

Issue Summary: There are incomplete JUnit tests for the following classes and methods:

  1. GameStateTest:

    • All methods in the GameState class lack comprehensive test coverage.
    • // TODO: Add tests for GameState methods.
  2. PokemonTest:

    • The getMoves and printAllStats methods in the Pokemon class are not fully tested.
    • // TODO: Add tests for Pokemon getMoves and printAllStats.
  3. PlayerAiPokemonsTest:

    • All methods in the PlayerAiPokemons class need complete test coverage.
    • // TODO: Add tests for PlayerAiPokemons methods.

Tasks:

Labels:

Muaj17 commented 10 months ago

Completed