Learn R Programming

assertions (version 0.1.0)

assertion_tests: 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()

Arguments

Value

two column data.frame describing assertion name and number of tests (expect_statement)