|
Log Surgeon
Test & API docs
|
| Buffer parser using variables without capture groups. | Tests covering variable matching without regex capture groups |
| Buffer parser using variables with capture groups. | Tests BufferParser behavior with named capture groups in variable schemas |
| Buffer parser using the default schema. | Tests for CLP's default variable schema: timestamp, int, float, hex, key-value pairs, etc |
| Buffer parser identifying variable tokens on | Tests covering how BufferParser categorizes variable tokens appearing at the start of new lines, including interaction with static-text, delimiters, and capture group repetition |
| Buffer parser using variables containing | Tests for BufferParser using a schema where variables are defined with custom delimiters |
| Capture unit tests. | Capture related unit tests |
| DFA unit tests. | DFA related unit tests |
| ExpressionCharacter unit tests. | Unit tests for ExpressionCharacter to verify storage and type predicate methods |
| ExpressionView unit tests. | Unit tests for ExpressionView to verify construction, bounds clamping, well-formedness, extension to adjacent wildcards, and regex generation |
| Expression unit tests. | Unit tests for Expression to verify search string parsing during construction |
| NFA unit tests. | NFA related unit tests |
| Prefix tree unit tests. | Capture related unit tests |
| QueryInterpretation unit tests. | Unit tests for QueryInterpretation construction, mutation, and comparison |
| Query unit tests. | Unit tests for Query construction and interpretation |
| Reader parser using variables without capture groups. | Tests covering variable matching without regex capture groups |
| ReaderParser unit tests. | Unit tests for ReaderParser wrap around handling |
| Regex AST unit tests. | Capture related unit tests |
| Register handler unit tests. | Register handler related unit tests |
| Schema unit tests. | Schema related unit tests |
| StaticQueryToken unit tests. | Unit tests for StaticQueryToken construction, mutation, and comparison |
| VariableQueryToken unit tests. | Unit tests for VariableQueryToken construction and comparison |