add empty stubs
This commit is contained in:
parent
12e52a92f2
commit
9a1437980f
@ -111,4 +111,7 @@ TEST_CASE("CFDP Source Handler", "[cfdp]") {
|
|||||||
CHECK(sourceHandler.getStep() == SourceHandler::TransactionStep::IDLE);
|
CHECK(sourceHandler.getStep() == SourceHandler::TransactionStep::IDLE);
|
||||||
CHECK(sourceHandler.getState() == CfdpState::IDLE);
|
CHECK(sourceHandler.getState() == CfdpState::IDLE);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
SECTION("Transfer small file") {}
|
||||||
|
SECTION("Transfer two segment file") {}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user