MCPcopy Create free account
hub / github.com/apache/singa / GetArgvsForDeathTestChildProcess

Method GetArgvsForDeathTestChildProcess

test/gtest/gtest-all.cc:7369–7373  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7367 virtual TestRole AssumeRole();
7368 private:
7369 static ::std::vector<testing::internal::string>
7370 GetArgvsForDeathTestChildProcess() {
7371 ::std::vector<testing::internal::string> args = GetInjectableArgvs();
7372 return args;
7373 }
7374 // The name of the file in which the death test is located.
7375 const char* const file_;
7376 // The line number on which the death test is located.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected