Gets the elapsed time, in milliseconds.
| 4996 | |
| 4997 | // Gets the elapsed time, in milliseconds. |
| 4998 | internal::TimeInMillis UnitTest::elapsed_time() const { |
| 4999 | return impl()->elapsed_time(); |
| 5000 | } |
| 5001 | |
| 5002 | // Returns true iff the unit test passed (i.e. all test cases passed). |
| 5003 | bool UnitTest::Passed() const { return impl()->Passed(); } |
no test coverage detected