This function will disable saving test part results.
| 5613 | |
| 5614 | // This function will disable saving test part results. |
| 5615 | void UnitTest::DoNotStoreTestPartResults(){ |
| 5616 | impl()->DoNotStoreTestPartResults(); |
| 5617 | } |
| 5618 | |
| 5619 | // This function will allow saving base test part results. |
| 5620 | void UnitTest::StoreBaseTestPartResults(){ |
nothing calls this directly
no test coverage detected