add FS mock and improve HasFilesystemIF
This commit is contained in:
@ -2,12 +2,13 @@
|
||||
|
||||
#include "fsfw/cfdp.h"
|
||||
#include "mocks/cfdp/FaultHandlerMock.h"
|
||||
|
||||
#include "mocks/cfdp/UserMock.h"
|
||||
TEST_CASE("CFDP Dest Handler", "[cfdp]") {
|
||||
using namespace cfdp;
|
||||
EntityId localId = EntityId(UnsignedByteField<uint16_t>(2));
|
||||
auto fhMock = FaultHandlerMock();
|
||||
auto localEntityCfg = LocalEntityCfg(localId, IndicationCfg(), fhMock);
|
||||
// auto userMock = UserMock();
|
||||
|
||||
SECTION("State") {}
|
||||
}
|
Reference in New Issue
Block a user