set up new internal error reporter mock
This commit is contained in:
11
unittests/mocks/InternalErrorReporterMock.h
Normal file
11
unittests/mocks/InternalErrorReporterMock.h
Normal file
@ -0,0 +1,11 @@
|
||||
#ifndef FSFW_TESTS_INTERNALERRORREPORTERMOCK_H
|
||||
#define FSFW_TESTS_INTERNALERRORREPORTERMOCK_H
|
||||
|
||||
#include "fsfw/internalerror/InternalErrorReporterIF.h"
|
||||
|
||||
class InternalErrorReporterMock: public InternalErrorReporterIF {
|
||||
public:
|
||||
InternalErrorReporterMock();
|
||||
private:
|
||||
};
|
||||
#endif // FSFW_TESTS_INTERNALERRORREPORTERMOCK_H
|
Reference in New Issue
Block a user