Returns the working directory when the first TEST() or TEST_F() was executed.
| 3932 | // Returns the working directory when the first TEST() or TEST_F() was |
| 3933 | // executed. |
| 3934 | const 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. |
no outgoing calls
no test coverage detected