|
Log Surgeon
Test & API docs
|
Unit tests for ExpressionCharacter to verify storage and type predicate methods. More...
Functions | |
| void | normal_expression_character () |
| Tests an ExpressionCharacter that stores a normal character. | |
| void | greedy_wildcard_expression_character () |
| Tests an ExpressionCharacter that stores a greedy wildcard. | |
| void | non_greedy_wildcard_expression_character () |
| Tests an ExpressionCharacter that stores a non-greedy wildcard. | |
| void | escape_expression_character () |
| Tests an ExpressionCharacter that stores an escape. | |
Unit tests for ExpressionCharacter to verify storage and type predicate methods.
These unit tests contain the ExpressionCharacter tag.
| void escape_expression_character | ( | ) |
Tests an ExpressionCharacter that stores an escape.
| void greedy_wildcard_expression_character | ( | ) |
Tests an ExpressionCharacter that stores a greedy wildcard.
| void non_greedy_wildcard_expression_character | ( | ) |
Tests an ExpressionCharacter that stores a non-greedy wildcard.
| void normal_expression_character | ( | ) |
Tests an ExpressionCharacter that stores a normal character.