verify successfull TM serialization

This commit is contained in:
2022-07-22 16:06:31 +02:00
parent bfee4fd90a
commit 67776241de
7 changed files with 170 additions and 30 deletions

View File

@ -16,6 +16,7 @@ TEST_CASE("PUS TC Creator", "[pus-tc-creator]") {
size_t serLen = 0;
SECTION("State") {
REQUIRE(creator.isTc());
REQUIRE(creator.getService() == 17);
REQUIRE(creator.getSubService() == 1);
REQUIRE(creator.getApid() == 0x02);