Gets the elapsed time, in milliseconds.
| 6139 | |
| 6140 | // Gets the elapsed time, in milliseconds. |
| 6141 | internal::TimeInMillis UnitTest::elapsed_time() const { |
| 6142 | return impl()->elapsed_time(); |
| 6143 | } |
| 6144 | |
| 6145 | // Returns true iff the unit test passed (i.e. all test suites passed). |
| 6146 | bool UnitTest::Passed() const { return impl()->Passed(); } |
no test coverage detected