|
Dynalib Utils
|
#include <iostream>#include <cstring>#include "catch.hpp"#include "../Utilities/DynaRingBuffer.h"#include "../Utilities/Exception.h"
Macros | |
| #define | BYTE_COUNT 100 |
| #define | USHORT_COUNT (BYTE_COUNT / 2) |
| #define | ULONG_COUNT (BYTE_COUNT / 4) |
| #define | STRING_COUNT (BYTE_COUNT / 5) |
| #define | LONG_STR_COUNT (STRING_COUNT / 4) |
Functions | |
| SCENARIO ("DynaRingBuffer operations function properly") | |
| #define BYTE_COUNT 100 |
| #define LONG_STR_COUNT (STRING_COUNT / 4) |
| #define STRING_COUNT (BYTE_COUNT / 5) |
| #define ULONG_COUNT (BYTE_COUNT / 4) |
| #define USHORT_COUNT (BYTE_COUNT / 2) |
| SCENARIO | ( | "DynaRingBuffer operations function properly" | ) |
1.8.13