See title. In the past we have been making a tradeoff where we increase test
coverage at the expense of test readability. No more of that since we can have
it all using C++17 structured bindings.
Depends on D13001 only because it touches some of the same code.