subComponentsDeeply

Extract sub components recursively, from a provided Component in a depth-first manner.

E.g.

assertThat(lithoView).extracting(subComponentsDeeply(c)).hasSize(2);