Log Surgeon
Test & API docs
Loading...
Searching...
No Matches
Expression unit tests.

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.

Detailed Description

Unit tests for Expression to verify search string parsing during construction.

These unit tests contain the Expression tag.

Function Documentation

◆ empty_expression()

void empty_expression ( )

Tests an empty Expression.

◆ normal_and_escape_character_expression()

void normal_and_escape_character_expression ( )

Tests an Expression with mixed normal and escape characters.

◆ normal_and_wildcard_character_expression()

void normal_and_wildcard_character_expression ( )

Tests an Expression with mixed normal and wildcard characters.

◆ normal_character_expression()

void normal_character_expression ( )

Tests an Expression with only normal characters.