Searched refs:stop_on_error (Results 1 – 3 of 3) sorted by relevance
98 EXPECT_FALSE(options.stop_on_error()); in TEST_F()632 TEST_F(OptionsTest, stop_on_error) { in TEST_F() argument636 EXPECT_TRUE(options.stop_on_error()); in TEST_F()642 EXPECT_TRUE(options.stop_on_error()); in TEST_F()649 EXPECT_TRUE(options.stop_on_error()); in TEST_F()686 EXPECT_FALSE(options.stop_on_error()); in TEST_F()931 EXPECT_TRUE(options.stop_on_error()); in TEST_F()940 EXPECT_TRUE(options.stop_on_error()); in TEST_F()950 EXPECT_TRUE(options.stop_on_error()); in TEST_F()
39 bool stop_on_error() const { return stop_on_error_; } in stop_on_error() function
811 if (options_.stop_on_error() && options_.num_iterations() > 1) { in Run()