Home
last modified time | relevance | path

Searched refs:jsonReadOnlyError (Results 1 – 1 of 1) sorted by relevance

/openbmc/pldm/libpldmresponder/test/
H A Dlibpldmresponder_bios_attribute_test.cpp58 auto jsonReadOnlyError = R"({ in TEST() local
63 EXPECT_THROW((TestAttribute{jsonReadOnlyError, nullptr}), Json::exception); in TEST()