Structs

A ComponentResultSummary is a collection of ComponentRunReport which can be queried based on wether they passed, failed or where not run

A struct for iterating failed result reasons.

A struct for interrogating failed results. Implements Iterator and can be reduced to a filtered results set using its accompanying due_to... methods

A struct for iterating not run result reasons.

A struct for interrogating not run results. Implements Iterator and can be reduced to a filtered results set using its accompanying due_to... methods

A struct for iterating pass result reasons.

A struct for interrogating pass results. Implements Iterator and can be reduced to a filtered results set using its accompanying due_to... methods

A struct for interrogating pass results. Implements Iterator and can be reduced to a filtered results set using its accompanying due_to... methods