Searched refs:expected_ec (Results 1 – 2 of 2) sorted by relevance
144 std::error_code expected_ec; in TEST_CASE() local150 std::error_code expected_ec = std::make_error_code(std::errc::operation_not_supported); in TEST_CASE()154 TEST_CHECK(ec == expected_ec); in TEST_CASE()
221 expected_ec = ('RW' if twostop else 'RO')222 if not self.ec_act_copy_checker(expected_ec):