Searched refs:error_margin (Results 1 – 1 of 1) sorted by relevance
1536 const double error_margin = 0.2; in TEST_F() local1537 size_approx_options.files_size_error_margin = error_margin; in TEST_F()1539 ASSERT_LT(size2, size * (1 + error_margin)); in TEST_F()1540 ASSERT_GT(size2, size * (1 - error_margin)); in TEST_F()