RTestCollection.Rd
Constructor for 'RTestCollection'
RTestCollection(project.name = "RTest Execution", project.details = "Example test exectuion", project.tester = "Example tester")
project.name | - Name of the test campaign |
---|---|
project.details | - Details of the test campaign |
project.tester | - Name of the tester |
RTestCollection-class object
obj <- RTestCollection() show(obj)#> RTestCollection #> @project.name: RTest Execution #> @project.details: Example test exectuion #> @tester: Example tester #> @test.start: 2019-12-04 15:31:06 #> @collection: 0 TCs #>