assertion_tests {assertions} | R Documentation |
Count tests per Assertion
Description
Count the number of unit-tests per assertion.
Note assertion_tests only finds tests where expect_
and assert_
are on the same line.
Usage
assertion_tests()
Value
two column data.frame describing assertion name and number of tests (expect_statement)
[Package assertions version 0.1.0 Index]