Home
last modified time | relevance | path

Searched defs:testJson (Results 1 – 2 of 2) sorted by relevance

/openbmc/bios-bmc-smm-error-logger/test/
H A Dexternal_storer_file_test.cpp71 nlohmann::json testJson = {{"key", "value"}}; in TEST_F() local
78 nlohmann::json testJson = {{"key", "value"}}; in TEST_F() local
86 nlohmann::json testJson = {{"key", "value"}}; in TEST_F() local
109 nlohmann::json testJson = {{"key", "value"}}; in TEST_F() local
120 nlohmann::json testJson = {{"key", "value"}}; in TEST_F() local
136 nlohmann::json testJson = {{"key", "value"}}; in TEST_F() local
/openbmc/google-ipmi-sys/test/
H A Dhandler_unittest.cpp587 const std::string& testJson = "/tmp/test-json"; TEST() local