1
0
forked from fsfw/fsfw

init dest handler unittests

This commit is contained in:
2022-09-05 14:20:01 +02:00
parent 52802f127b
commit 5ce1e76723
8 changed files with 44 additions and 8 deletions

View File

@ -32,6 +32,9 @@ class StorageManagerMock : public LocalPool {
std::pair<bool, ReturnValue_t> nextModifyDataCallFails;
std::pair<bool, ReturnValue_t> nextDeleteDataCallFails;
std::pair<bool, ReturnValue_t> nextFreeElementCallFails;
using LocalPool::getFreeElement;
void reset();
};
#endif // FSFW_TESTS_STORAGEMANAGERMOCK_H