13#include "Components.hpp"
124const std::vector<std::function<int(
void)>>
tests = {
int test_get_game_event(void)
Test retrieving game events from the Game instance.
int test_stress(void)
Test for stress and performance.
int test_indexed_zipper(void)
Test the functionality of the IndexedZipper class.
int test_create_registry(void)
Test function for creating a registry.
int test_zipper(void)
Test the functionality of the Zipper class.
int test_send_msg(void)
Test sending a message to the Game instance.
const std::vector< std::function< int(void)> > tests
A collection of test functions to be executed.
int test_run_systems(void)
Test function for running systems within the registry.
int test_create_game(void)
Test function for creating a game.
int test_run_update(void)
Test function for running the game's update cycle.
void cleanup(void)
Cleans up any resources or states after tests.