1
0
forked from fsfw/fsfw

normal queue sufficient

This commit is contained in:
2022-07-25 19:42:05 +02:00
parent 6d0fa36f8a
commit 935e135f1c
8 changed files with 42 additions and 45 deletions

View File

@ -6,11 +6,11 @@
#include <array>
#include <catch2/catch_test_macros.hpp>
#include "mocks/MessageQueueMockBase.h"
#include "mocks/MessageQueueMock.h"
TEST_CASE("Action Helper", "[ActionHelper]") {
ActionHelperOwnerMockBase testDhMock;
MessageQueueMockBase testMqMock;
MessageQueueMock testMqMock;
ActionHelper actionHelper = ActionHelper(&testDhMock, dynamic_cast<MessageQueueIF*>(&testMqMock));
CommandMessage actionMessage;
ActionId_t testActionId = 777;