1
0
forked from fsfw/fsfw

new cfdp mock folder, added additional cfdp mocks

This commit is contained in:
2022-08-09 19:00:47 +02:00
parent d45108e3c2
commit 0cb15e901e
11 changed files with 97 additions and 23 deletions

View File

@ -1,10 +1,10 @@
#include <catch2/catch_test_macros.hpp>
#include "mocks/CfdpFaultHandlerMock.h"
#include "mocks/cfdp/FaultHandlerMock.h"
TEST_CASE("CFDP Fault Handler", "[cfdp]") {
using namespace cfdp;
auto fhMock = CfdpFaultHandlerMock();
auto fhMock = FaultHandlerMock();
cfdp::FaultHandlerCodes fhCode;
SECTION("State") {