Test fixture for RepositoryManager tests.
More...
|
|
void | SetUp () override |
|
void | TearDown () override |
|
std::unique_ptr< RepositoryManager > | createRepositoryManager () |
|
void | createTestFile (const std::string &filename, const std::string &content="test content") |
|
|
static bool | isValidRepositoryStructure (const fs::path &path) |
|
static std::string | getRelativePath (const std::string &filename) |
|
|
fs::path | temp_dir_ |
|
std::shared_ptr< EventBus > | event_bus_ |
|
std::shared_ptr< MockObserver > | mock_observer_ |
|
std::shared_ptr< Logger > | test_logger_ |
Test fixture for RepositoryManager tests.
The documentation for this class was generated from the following file: