Main > Reference Manual > Unit tests > TestName
This test reviews the data structure that is used for storing all named entities: functionality of the insertion, deletion and search operations, as well as their scalability.
The time for these operations properly fits a logaritmic profile, as expected with a binary tree data structure. A testing routine for this profile is also included in the test, but it isn't part of the regression tests since it isn't easy to produce a good pass-fail criterion.