mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +03:00
Loads the transformations test cases during the unit test
Related to: #1156
This commit is contained in:
@@ -34,6 +34,7 @@ template <class T> class ModSecurityTest :
|
||||
std::string header();
|
||||
void cmd_options(int, char **);
|
||||
std::pair<std::string, std::vector<T *>>* load_tests();
|
||||
std::pair<std::string, std::vector<T *>>* load_tests(std::string path);
|
||||
bool load_test_json(std::string);
|
||||
|
||||
std::string target;
|
||||
|
Reference in New Issue
Block a user