Searched refs:TheRun (Results 1 – 2 of 2) sorted by relevance
177 const llvm::json::Object *TheRun = Runs->back().getAsObject(); in TEST_F() local180 ASSERT_THAT(TheRun->get("tool"), ::testing::NotNull()); in TEST_F()181 ASSERT_THAT(TheRun->get("results"), ::testing::NotNull()); in TEST_F()182 ASSERT_THAT(TheRun->get("artifacts"), ::testing::NotNull()); in TEST_F()184 TheRun->getObject("tool")->getObject("driver"); in TEST_F()185 const llvm::json::Array *Results = TheRun->getArray("results"); in TEST_F()186 const llvm::json::Array *Artifacts = TheRun->getArray("artifacts"); in TEST_F()
332 json::Object TheRun{{"tool", std::move(Tool)}, in createRun() local336 Runs.emplace_back(std::move(TheRun)); in createRun()