powered by
TestCaseDefinition
Prints the TestCaseDefinition data
# S3 method for TestCaseDefinition print(x, ...)
the TestCaseDefinition object to consider
object
any other argument, passed to print.
tools:::Rd_package_author("wyz.code.offensiveProgramming")
Maintainer: tools:::Rd_package_maintainer("wyz.code.offensiveProgramming")
b <- TestCaseDefinition(list(1L, 2L), 3L, 'sum of 2 integers') print(b)
Run the code above in your browser using DataLab