|
Log Surgeon
Test & API docs
|
#include <cstddef>#include <string>#include <log_surgeon/wildcard_query_parser/Expression.hpp>#include <catch2/catch_test_macros.hpp>Functions | |
| void | empty_expression () |
| Tests an empty Expression. | |
| void | normal_character_expression () |
| Tests an Expression with only normal characters. | |
| void | normal_and_wildcard_character_expression () |
| Tests an Expression with mixed normal and wildcard characters. | |
| void | normal_and_escape_character_expression () |
| Tests an Expression with mixed normal and escape characters. | |