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

Method getStoreTestPartResults

test/common/gtest/gtest.cpp:6518–6520  ·  view source on GitHub ↗

This function returns true, when storing test part results are allowed, else false.

Source from the content-addressed store, hash-verified

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

Callers 1

ReportTestPartResultMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected