MCPcopy Create free account
hub / github.com/PyMesh/PyMesh / original_working_dir

Method original_working_dir

tests/external/gmock-1.7.0/gtest/src/gtest.cc:3934–3936  ·  view source on GitHub ↗

Returns the working directory when the first TEST() or TEST_F() was executed.

Source from the content-addressed store, hash-verified

3932// Returns the working directory when the first TEST() or TEST_F() was
3933// executed.
3934const char* UnitTest::original_working_dir() const {
3935 return impl_->original_working_dir_.c_str();
3936}
3937
3938// Returns the TestCase object for the test that's currently running,
3939// or NULL if no test is running.

Callers 5

TESTFunction · 0.45
AssumeRoleMethod · 0.45
ExecDeathTestChildMainFunction · 0.45
ExecDeathTestSpawnChildFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected