assert_any_breaker(.tbl, .type = "error", .silent = FALSE, ...)
In case breaker presence this function does the following:
In case .silent
is FALSE
print rows from exposure
report corresponding to rule breakers.
Make assertion of the chosen .type
about breaker presence in exposure.
Return .tbl
(for using inside a pipe).
If there are no breakers only .tbl
is returned.
any_breaker for checking of breaker presence in exposure result.
act_after_exposure for making general actions based in exposure result.