#include <basis/byte_array.h>#include <basis/chaos.h>#include <basis/function.h>#include <basis/guards.h>#include <basis/istring.h>#include <data_struct/matrix.h>#include <data_struct/static_memory_gremlin.h>#include <loggers/console_logger.h>#include <mathematics/float_plus.h>#include <mechanisms/time_stamp.h>#include <opsystem/application_shell.h>#include <unit_test/unit_base.h>

Go to the source code of this file.
Defines | |
| #define | LOG(s) EMERGENCY_LOG(program_wide_logger(), s) |
Functions | |
| template<class contents> | |
| bool | compare_arrays (const array< contents > &a, const array< contents > &b) |
Variables | |
| const float | MAX_TEST_DURATION_ms = 200 |
| const int | MAX_SIMULTANEOUS_OBJECTS = 42 |
| const int | MIN_OBJECT = -30 |
| const int | MAX_OBJECT = 98 |
| const int | MIN_BLOCK = 100 |
| const int | MAX_BLOCK = MAX_OBJECT * 2 |
| gerkin | borgia |
| #define LOG | ( | s | ) | EMERGENCY_LOG(program_wide_logger(), s) |
Definition at line 49 of file t_array.cpp.
| gerkin borgia |
| const int MAX_BLOCK = MAX_OBJECT * 2 |
Definition at line 44 of file t_array.cpp.
| const int MAX_OBJECT = 98 |
Definition at line 41 of file t_array.cpp.
| const int MAX_SIMULTANEOUS_OBJECTS = 42 |
Definition at line 38 of file t_array.cpp.
| const float MAX_TEST_DURATION_ms = 200 |
Definition at line 35 of file t_array.cpp.
| const int MIN_BLOCK = 100 |
Definition at line 43 of file t_array.cpp.
| const int MIN_OBJECT = -30 |
Definition at line 40 of file t_array.cpp.
1.5.6