MCPcopy Create free account
hub / github.com/comaps/comaps / UNIT_TEST

Function UNIT_TEST

libs/editor/editor_tests/config_loader_test.cpp:25–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23}
24
25UNIT_TEST(ConfigLoader_Base)
26{
27 base::AtomicSharedPtr<EditorConfig> config;
28 ConfigLoader loader(config);
29
30 TEST(!config.Get()->GetTypesThatCanBeAdded().empty(), ());
31}
32
33// This functionality is not used and corresponding server is not working.
34// Uncomment it when server will be up.

Callers

nothing calls this directly

Calls 5

TESTFunction · 0.85
CheckGeneralTagsFunction · 0.85
emptyMethod · 0.45
GetMethod · 0.45

Tested by

no test coverage detected