Skip to content

Fix namespaces for Tests

Evgeny Kashirin requested to merge namespace_refactor into master

field names are OK

all tests are placed into anonymous namespace to prevent them from being executed from the outside of test environment. a common practice for gtest

Introduced AnalysisTree::Test::Base

Merge request reports