Home
last modified time | relevance | path

Searched defs:expectedOutput (Results 1 – 3 of 3) sorted by relevance

/openbmc/google-ipmi-sys/test/
H A Dpcie_bifurcation_unittest.cpp46 std::vector<uint8_t> expectedOutput = {4, 8, 1, 2}; in TEST() local
65 std::vector<uint8_t> expectedOutput(64, 1); in TEST() local
H A Dbm_instance_unittest.cpp46 std::string expectedOutput(64, 'a'); in TEST() local
58 std::string expectedOutput = "asdf"; in TEST() local
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/
H A Dqunit-1.18.0.js113 …;},"throws":function(block,expected,message){var actual,expectedType,expectedOutput=expected,ok=fa… variable