MCPcopy Create free account
hub / github.com/Tencent/embedx / RunTest

Method RunTest

src/tools/graph/dist_graph_client_main.cc:191–199  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

189 }
190
191 void RunTest() {
192 SharedSampleNegativeTEST(graph_client_.get(), NUMBER_TEST);
193 IndepSampleNegativeTEST(graph_client_.get(), NUMBER_TEST);
194 RandomSampleNeighborTEST(graph_client_.get(), NUMBER_TEST);
195 StaticTraverseTEST(graph_client_.get(), NUMBER_TEST);
196 LookupFeatureTEST(graph_client_.get(), NUMBER_TEST);
197 LookupNodeFeatureTEST(graph_client_.get(), NUMBER_TEST);
198 LookupContextTEST(graph_client_.get(), NUMBER_TEST);
199 }
200};
201
202int main(int argc, char** argv) {

Callers 1

mainFunction · 0.80

Calls 7

SharedSampleNegativeTESTFunction · 0.85
IndepSampleNegativeTESTFunction · 0.85
RandomSampleNeighborTESTFunction · 0.85
StaticTraverseTESTFunction · 0.85
LookupFeatureTESTFunction · 0.85
LookupNodeFeatureTESTFunction · 0.85
LookupContextTESTFunction · 0.85

Tested by

no test coverage detected