MCPcopy Create free account
hub / github.com/BVLC/caffe / ExecDeathTest

Method ExecDeathTest

src/gtest/gtest-all.cpp:7029–7031  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7027class ExecDeathTest : public ForkingDeathTest {
7028 public:
7029 ExecDeathTest(const char* a_statement, const RE* a_regex,
7030 const char* file, int line) :
7031 ForkingDeathTest(a_statement, a_regex), file_(file), line_(line) { }
7032 virtual TestRole AssumeRole();
7033 private:
7034 // The name of the file in which the death test is located.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected