1
0
forked from fsfw/fsfw

all tests running again

This commit is contained in:
2022-07-25 19:49:19 +02:00
parent 935e135f1c
commit a88f767cca
8 changed files with 22 additions and 24 deletions

View File

@ -9,11 +9,12 @@
#include <catch2/catch_test_macros.hpp>
#include "CatchDefinitions.h"
#include "LocalPoolOwnerBase.h"
#include "mocks/LocalPoolOwnerBase.h"
#include "mocks/MessageQueueMock.h"
#include "tests/TestsConfig.h"
TEST_CASE("DataSetTest", "[DataSetTest]") {
auto queue = MessageQueueMockBase();
auto queue = MessageQueueMock();
LocalPoolOwnerBase poolOwner(queue, objects::TEST_LOCAL_POOL_OWNER_BASE);
REQUIRE(poolOwner.initializeHkManager() == retval::CATCH_OK);
REQUIRE(poolOwner.initializeHkManagerAfterTaskCreation() == retval::CATCH_OK);