Learn R Programming

RTest (version 1.2.6)

RTestCollection: Constructor for 'RTestCollection'

Description

Constructor for 'RTestCollection'

Usage

RTestCollection(project.name = "RTest Execution",
  project.details = "Example test exectuion",
  project.tester = "Example tester")

Arguments

project.name

- Name of the test campaign

project.details

- Details of the test campaign

project.tester

- Name of the tester

Value

RTestCollection-class object

Examples

Run this code
# NOT RUN {
obj <- RTestCollection()
show(obj)

# }

Run the code above in your browser using DataLab