MCPcopy Create free account
hub / github.com/arrayfire/arrayfire / getTestName

Function getTestName

test/arrayfire_test.cpp:121–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119}
120
121std::string getTestName() {
122 std::string testname =
123 ::testing::UnitTest::GetInstance()->current_test_info()->name();
124 return testname;
125}
126
127namespace half_float {
128std::ostream &operator<<(std::ostream &os, half_float::half val) {

Callers 2

TESTFunction · 0.85

Calls 1

nameMethod · 0.45

Tested by

no test coverage detected