subComponentsDeeply
Extract sub components recursively, from a provided Component in a depth-first manner.
E.g.
assertThat(lithoView).extracting(subComponentsDeeply(c)).hasSize(2);
Content copied to clipboard
Extract sub components recursively, from a provided Component in a depth-first manner.
E.g.
assertThat(lithoView).extracting(subComponentsDeeply(c)).hasSize(2);