#include "irsol/protocol/message/assignment.hpp"
#include <catch2/catch_all.hpp>
#include <memory>
#include <string>
Go to the source code of this file.
◆ CHECK() [1/2]
◆ CHECK() [2/2]
CHECK |
( |
m. |
identifier = =identifier | ) |
|
◆ CHECK_FALSE()
CHECK_FALSE |
( |
m. |
hasDouble() | ) |
|
◆ CHECK_THROWS_AS()
Initial value:{
auto identifier = GENERATE(
"x", "it", "long_identifier", "sequence_identifier[4]", "nested_sequence_identifier[4][423]")
Definition at line 33 of file test_assignment.cpp.
◆ value
auto value = GENERATE(42, 5, 32121) |