MCPcopy Create free account
hub / github.com/BirolLab/abyss / TEST_F

Function TEST_F

Unittest/Graph/AllPathsSearchTest.cpp:57–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55};
56
57TEST_F(AllPathsSearchTest, UnreachableGoal)
58{
59 AllPathsSearchResult<Vertex> result = allPathsSearch(disconnectedGraph, 0, 2);
60
61 EXPECT_EQ(NO_PATH, result.resultCode);
62 EXPECT_TRUE(result.paths.empty());
63}
64
65TEST_F(AllPathsSearchTest, StartNodeEqualsGoal)
66{

Callers

nothing calls this directly

Calls 8

allPathsSearchFunction · 0.85
emptyMethod · 0.45
sizeMethod · 0.45
strMethod · 0.45
insertMethod · 0.45
findMethod · 0.45
endMethod · 0.45
frontMethod · 0.45

Tested by

no test coverage detected