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

Function UNIT_TEST

libs/routing/routing_tests/guides_tests.cpp:45–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43}
44
45UNIT_TEST(Guides_SafeInit)
46{
47 GuidesConnections guides;
48 TEST(!guides.IsActive(), ());
49 TEST(!guides.IsAttached(), ());
50 TEST(!guides.IsCheckpointAttached(0 /* checkpointIdx */), ());
51}
52
53UNIT_TEST(Guides_InitWithGuides)
54{

Callers

nothing calls this directly

Calls 12

TESTFunction · 0.85
IsCheckpointAttachedMethod · 0.80
ConnectToGuidesGraphMethod · 0.80
GetOsmConnectionsMethod · 0.80
GetTestGuidesFunction · 0.70
FromLatLonFunction · 0.50
IsActiveMethod · 0.45
IsAttachedMethod · 0.45
sizeMethod · 0.45
emptyMethod · 0.45
GetFakeEndingMethod · 0.45

Tested by

no test coverage detected