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

Capture related unit tests. More...

Functions

void operations ()
 Tests various operations of the PrefixTree class.

Detailed Description

Capture related unit tests.

These unit tests contain the PrefixTree tag.

Function Documentation

◆ operations()

void operations ( )

Tests various operations of the PrefixTree class.

The test covers the following cases:

  • Newly constructed tree.
  • Inserting nodes into the prefix tree.
  • Invalid index access throws.
  • Set position for a valid index.
  • Set position for an invalid index.