|
Log Surgeon
Test & API docs
|
Unit tests for Expression to verify search string parsing during construction. More...
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. | |
Unit tests for Expression to verify search string parsing during construction.
These unit tests contain the Expression tag.
| void empty_expression | ( | ) |
Tests an empty Expression.
| void normal_and_escape_character_expression | ( | ) |
Tests an Expression with mixed normal and escape characters.
| void normal_and_wildcard_character_expression | ( | ) |
Tests an Expression with mixed normal and wildcard characters.
| void normal_character_expression | ( | ) |
Tests an Expression with only normal characters.