basic test stubs

This commit is contained in:
Robin Müller 2022-09-05 11:40:22 +02:00
parent d2c4d546c3
commit 52802f127b
No known key found for this signature in database
GPG Key ID: 11D4952C8CCEF814
1 changed files with 12 additions and 0 deletions

View File

@ -40,4 +40,16 @@ TEST_CASE("CFDP Dest Handler", "[cfdp]") {
CHECK(destHandler.getCfdpState() == CfdpStates::IDLE);
CHECK(destHandler.getTransactionStep() == DestHandler::TransactionStep::IDLE);
}
SECTION("Empty File Transfer") {
}
SECTION("Small File Transfer") {
}
SECTION("Segmented File Transfer") {
}
}