add empty stubs

This commit is contained in:
Robin Müller 2023-08-03 15:50:27 +02:00
parent 12e52a92f2
commit 9a1437980f
Signed by: muellerr
GPG Key ID: 407F9B00F858F270
1 changed files with 3 additions and 0 deletions

View File

@ -111,4 +111,7 @@ TEST_CASE("CFDP Source Handler", "[cfdp]") {
CHECK(sourceHandler.getStep() == SourceHandler::TransactionStep::IDLE);
CHECK(sourceHandler.getState() == CfdpState::IDLE);
}
SECTION("Transfer small file") {}
SECTION("Transfer two segment file") {}
}