traversal

Returns a test configuration which applies a TestExecutionTraversal to each element of a TestElement hierarchy.

The traversal covers the TestElement it is configured for and all elements below it. Multiple traversals nest outside-in in the order of appearance.

Note: If you don't need a shared context, use TestConfig.aroundEach.