Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement all possible tests - Zappy GUI #218

Merged
merged 18 commits into from
Jun 23, 2024

Conversation

mathieurobert1
Copy link
Collaborator

@mathieurobert1 mathieurobert1 commented Jun 21, 2024

Wip for tests GUI implementation.

  • include/Error/AError.hpp
  • include/Error/IError.hpp
  • include/Event/AEvent.hpp
  • include/Event/Event.hpp
  • include/Event/IEvent.hpp
  • include/GameDatas/GameData.hpp
  • include/GameDatas/Player.hpp
  • include/GUIUpdater/AGUIUpdater.hpp
  • include/GUIUpdater/GUIUpdater.hpp
  • include/GUIUpdater/IGUIUpdater.hpp
  • include/Hud/AHud.hpp
  • include/Hud/HudGame.hpp
  • include/Hud/HudPlayer.hpp
  • include/Hud/HudTile.hpp
  • include/Hud/IHud.hpp
  • include/Network/ANetwork.hpp
  • include/Network/INetwork.hpp
  • include/Parsing/IServerParser.hpp
  • include/Parsing/ServerParser.hpp
  • include/Render/Decoration.hpp
  • include/Render/UserCamera.hpp
  • src/Engine/Engine.cpp
  • src/Error/Error.cpp
  • src/Event/AEvent.cpp
  • src/Event/Event.cpp
  • src/GameDatas/Egg.cpp
  • src/GameDatas/GameData.cpp
  • src/GameDatas/Inventory.cpp
  • src/GameDatas/Player.cpp
  • src/GameDatas/Team.cpp
  • src/GameDatas/Tile.cpp
  • src/GUIUpdater/AGUIUpdater.cpp
  • src/GUIUpdater/GUIUpdater.cpp
  • src/Hud/AHud.cpp
  • src/Hud/HudGame.cpp
  • src/Hud/HudPlayer.cpp
  • src/Hud/HudTile.cpp
  • src/Network/ANetwork.cpp
  • src/Network/Network.cpp
  • src/Parsing/ParseCommandLine.cpp
  • src/Parsing/ServerParser.cpp
  • src/Render/Decoration.cpp
  • src/Render/Render.cpp
  • src/Render/RenderAnimations.cpp
  • src/Render/UserCamera.cpp

@mathieurobert1 mathieurobert1 self-assigned this Jun 21, 2024
@mathieurobert1 mathieurobert1 linked an issue Jun 21, 2024 that may be closed by this pull request
2 tasks
@Thomaltarix Thomaltarix self-assigned this Jun 21, 2024
@mathieurobert1 mathieurobert1 changed the title feat: tests for 100% coverage of Inventory cpp Implement all possible tests - Zappy GUI Jun 22, 2024
@Thomaltarix Thomaltarix marked this pull request as ready for review June 23, 2024 19:40
Thomaltarix
Thomaltarix previously approved these changes Jun 23, 2024
AxelF44
AxelF44 previously approved these changes Jun 23, 2024
@Thomaltarix Thomaltarix dismissed stale reviews from AxelF44 and themself via 4d4d6cc June 23, 2024 20:55
@Thomaltarix Thomaltarix merged commit 621e30b into main Jun 23, 2024
4 checks passed
@Thomaltarix Thomaltarix deleted the feat/implement-all-possible-tests-zappy-gui branch June 23, 2024 21:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement all possible tests - Zappy GUI
3 participants