continue refactor drive tests
This commit is contained in:
parent
fbf31c77ed
commit
2b6a88f8cb
@ -37,8 +37,8 @@ using namespace ::testing;
|
||||
#include "utils/all.hpp"
|
||||
|
||||
namespace repertory::test {
|
||||
[[nodiscard]] auto
|
||||
create_random_file(std::size_t size) -> utils::file::i_file &;
|
||||
[[nodiscard]] auto create_random_file(std::size_t size)
|
||||
-> utils::file::i_file &;
|
||||
|
||||
[[nodiscard]] auto
|
||||
generate_test_file_name(std::string_view file_name_no_extension) -> std::string;
|
||||
@ -53,6 +53,8 @@ static void decrypt_and_verify(const buffer_t &buffer, std::string_view token,
|
||||
|
||||
auto generate_test_directory() -> utils::file::i_directory &;
|
||||
|
||||
[[nodiscard]] auto get_test_config_dir() -> std::string;
|
||||
|
||||
[[nodiscard]] auto get_test_input_dir() -> std::string;
|
||||
|
||||
[[nodiscard]] auto get_test_output_dir() -> std::string;
|
||||
|
Loading…
x
Reference in New Issue
Block a user