Go to the source code of this file.
|
| TEST_CASE ("Correct message") |
|
| TEST_CASE ("Correct message, but padding corrupted, a warning should be printed") |
|
| TEST_CASE ("Incorrect message bad size") |
|
| TEST_CASE ("Incorrect message negative size") |
|
| TEST_CASE ("Incorrect message too small size 2") |
|
| TEST_CASE ("Incorrect message too small size") |
|
| TEST_CASE ("Raw - Correct message") |
|
| TEST_CASE ("Raw - Incorrect message bad size") |
|
| TEST_CASE ("Raw - Incorrect message negative size") |
|
| TEST_CASE ("Raw - Incorrect message too small size 2") |
|
| TEST_CASE ("Raw - Incorrect message too small size") |
|
◆ TEST_CASE() [1/11]
TEST_CASE |
( |
"Correct message" |
| ) |
|
◆ TEST_CASE() [2/11]
TEST_CASE |
( |
"Correct |
message, |
|
|
but padding |
corrupted, |
|
|
a warning should be printed" |
|
|
) |
| |
◆ TEST_CASE() [3/11]
TEST_CASE |
( |
"Incorrect message bad size" |
| ) |
|
◆ TEST_CASE() [4/11]
TEST_CASE |
( |
"Incorrect message negative size" |
| ) |
|
◆ TEST_CASE() [5/11]
TEST_CASE |
( |
"Incorrect message too small size 2" |
| ) |
|
◆ TEST_CASE() [6/11]
TEST_CASE |
( |
"Incorrect message too small size" |
| ) |
|
◆ TEST_CASE() [7/11]
TEST_CASE |
( |
"Raw - Correct message" |
| ) |
|
◆ TEST_CASE() [8/11]
TEST_CASE |
( |
"Raw - Incorrect message bad size" |
| ) |
|
◆ TEST_CASE() [9/11]
TEST_CASE |
( |
"Raw - Incorrect message negative size" |
| ) |
|
◆ TEST_CASE() [10/11]
TEST_CASE |
( |
"Raw - Incorrect message too small size 2" |
| ) |
|
◆ TEST_CASE() [11/11]
TEST_CASE |
( |
"Raw - Incorrect message too small size" |
| ) |
|
◆ MARKER_SIZE
constexpr auto MARKER_SIZE = 16 |
|
constexpr |