Returns the working directory when the first TEST() or TEST_F() was executed.
| 6359 | // Returns the working directory when the first TEST() or TEST_F() was |
| 6360 | // executed. |
| 6361 | const char* UnitTest::original_working_dir() const { |
| 6362 | return impl_->original_working_dir_.c_str(); |
| 6363 | } |
| 6364 | |
| 6365 | // Returns the TestSuite object for the test that's currently running, |
| 6366 | // or NULL if no test is running. |
no outgoing calls
no test coverage detected