Skip to content

Commit 0b7b16a

Browse files
danpatMoritz Kobitzsch
authored andcommitted
Include new method in test mock objects.
1 parent 3dd7732 commit 0b7b16a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

unit_tests/mocks/mock_datafacade.hpp

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,14 @@ class MockDataFacade final : public engine::datafacade::BaseDataFacade
4141
{
4242
return SPECIAL_EDGEID;
4343
}
44+
45+
EdgeID FindSmallestEdge(const NodeID /* from */,
46+
const NodeID /* to */,
47+
std::function<bool(EdgeData)> /* filter */) const override
48+
{
49+
return SPECIAL_EDGEID;
50+
}
51+
4452
EdgeID FindEdgeIndicateIfReverse(const NodeID /* from */,
4553
const NodeID /* to */,
4654
bool & /* result */) const override

0 commit comments

Comments
 (0)