MCPcopy Create free account
hub / github.com/EmbeddedRPC/erpc / DoNotStoreTestPartResults

Method DoNotStoreTestPartResults

test/common/gtest/gtest.cpp:5615–5617  ·  view source on GitHub ↗

This function will disable saving test part results.

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 3

implFunction · 0.85
listenersFunction · 0.85

Tested by

no test coverage detected