basic test stubs
This commit is contained in:
parent
d2c4d546c3
commit
52802f127b
@ -40,4 +40,16 @@ TEST_CASE("CFDP Dest Handler", "[cfdp]") {
|
|||||||
CHECK(destHandler.getCfdpState() == CfdpStates::IDLE);
|
CHECK(destHandler.getCfdpState() == CfdpStates::IDLE);
|
||||||
CHECK(destHandler.getTransactionStep() == DestHandler::TransactionStep::IDLE);
|
CHECK(destHandler.getTransactionStep() == DestHandler::TransactionStep::IDLE);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
SECTION("Empty File Transfer") {
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
SECTION("Small File Transfer") {
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
SECTION("Segmented File Transfer") {
|
||||||
|
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user