|
feisty meow concerns codebase
2.140
|
#include <application/hoople_main.h>#include <basis/array.h>#include <basis/byte_array.h>#include <basis/enhance_cpp.h>#include <basis/functions.h>#include <basis/astring.h>#include <loggers/console_logger.h>#include <loggers/critical_events.h>#include <mathematics/chaos.h>#include <mathematics/double_plus.h>#include <timely/time_stamp.h>#include <unit_test/unit_base.h>
Go to the source code of this file.
Macros | |
| #define | LOG(s) CLASS_EMERGENCY_LOG(program_wide_logger::get(), 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 | ) | CLASS_EMERGENCY_LOG(program_wide_logger::get(), s) |
Definition at line 55 of file test_array.cpp.
| bool compare_arrays | ( | const array< contents > & | a, |
| const array< contents > & | b | ||
| ) |
Definition at line 225 of file test_array.cpp.
References basis::array< contents >::length().
| gerkin borgia |
Definition at line 809 of file test_array.cpp.
| const int MAX_BLOCK = MAX_OBJECT * 2 |
Definition at line 50 of file test_array.cpp.
| const int MAX_OBJECT = 98 |
Definition at line 47 of file test_array.cpp.
| const int MAX_SIMULTANEOUS_OBJECTS = 42 |
Definition at line 44 of file test_array.cpp.
| const float MAX_TEST_DURATION_ms = 200 |
Definition at line 41 of file test_array.cpp.
| const int MIN_BLOCK = 100 |
Definition at line 49 of file test_array.cpp.
| const int MIN_OBJECT = -30 |
Definition at line 46 of file test_array.cpp.