Learn R Programming

wyz.code.offensiveProgramming (version 1.1.24)

print.TestCaseDefinition: Print generic method for S3 class TestCaseDefinition

Description

Prints the TestCaseDefinition data

Usage

# S3 method for TestCaseDefinition
print(x, ...)

Arguments

x

the TestCaseDefinition object to consider

...

any other argument, passed to print.

Author

tools:::Rd_package_author("wyz.code.offensiveProgramming")

Maintainer: tools:::Rd_package_maintainer("wyz.code.offensiveProgramming")

Examples

Run this code
b <- TestCaseDefinition(list(1L, 2L), 3L, 'sum of 2 integers')
print(b)

Run the code above in your browser using DataLab