This function returns true, when storing test part results are allowed, else false.
| 6516 | // This function returns true, when storing test part results are allowed, |
| 6517 | // else false. |
| 6518 | bool UnitTestImpl::getStoreTestPartResults() { |
| 6519 | return store_test_part_results_; |
| 6520 | } |
| 6521 | |
| 6522 | // This function will disable saving test part results. |
| 6523 | void UnitTestImpl::DoNotStoreTestPartResults(){ |
no outgoing calls
no test coverage detected