![]() |
Max OS 0.3
|
Defines the tests for all common components of MaxOS. More...
#include <tests/common.h>#include <common/buffer.h>#include <common/colour.h>#include <common/graphicsContext.h>#include <common/inputStream.h>#include <common/logger.h>#include <common/map.h>#include <common/outputStream.h>#include <common/rectangle.h>#include <common/string.h>#include <common/time.h>#include <common/vector.h>Go to the source code of this file.
Functions | |
| void | register_buffer_tests () |
| Registers all buffer tests. | |
| void | register_colour_tests () |
| Registers all colour tests. | |
| void | register_map_tests () |
| Registers all map tests. | |
| void | register_rectangle_tests () |
| Registers all rectangle tests. | |
| void | register_string_tests () |
| Registers all string tests. | |
| void | register_time_tests () |
| Registers all time tests. | |
| void | register_vector_tests () |
| Registers all vector tests. | |
Defines the tests for all common components of MaxOS.
Implements the tests for all common components of MaxOS.
Definition in file common.cpp.
| void register_buffer_tests | ( | ) |
Registers all buffer tests.
Definition at line 29 of file common.cpp.
References MAXOS_CONDITIONAL_TEST.
| void register_colour_tests | ( | ) |
Registers all colour tests.
Definition at line 234 of file common.cpp.
References MAXOS_CONDITIONAL_TEST.
| void register_map_tests | ( | ) |
Registers all map tests.
Definition at line 310 of file common.cpp.
References MAXOS_CONDITIONAL_TEST.
| void register_rectangle_tests | ( | ) |
Registers all rectangle tests.
Definition at line 459 of file common.cpp.
References MAXOS_CONDITIONAL_TEST.
| void register_string_tests | ( | ) |
Registers all string tests.
Definition at line 587 of file common.cpp.
References MAXOS_CONDITIONAL_TEST.
| void register_time_tests | ( | ) |
Registers all time tests.
Definition at line 709 of file common.cpp.
References MAXOS_CONDITIONAL_TEST.
| void register_vector_tests | ( | ) |
Registers all vector tests.
Definition at line 758 of file common.cpp.
References MAXOS_CONDITIONAL_TEST.