Searched refs:trueResult (Results 1 – 8 of 8) sorted by relevance
40 std::string trueResult; member47 std::string trueResult; member
41 std::string trueResult; member48 std::string trueResult; member
120 "trueResult": "risk",182 "trueResult": "risk",214 "trueResult": "risk",
38 std::string trueResult; member45 std::string trueResult; member
1331 EXPECT_TRUE(cfg.trueResult == "");1342 EXPECT_TRUE(cfg.trueResult == "");1354 EXPECT_TRUE(cfg.trueResult == "");1367 EXPECT_TRUE(cfg.trueResult == "");1381 EXPECT_TRUE(cfg.trueResult == "");1403 EXPECT_TRUE(cfg.trueResult == "");1425 EXPECT_TRUE(cfg.trueResult == "");1447 EXPECT_TRUE(cfg.trueResult == "");1469 EXPECT_TRUE(cfg.trueResult == "trueResult");
86 config.trueResult = jsonObj.at("trueResult").get<std::string>(); in from_json()