classnameTestcase {tinytest2JUnit}R Documentation

Helper function specifying the 'classname' attribute of the testcase tag.

Description

Helper function specifying the 'classname' attribute of the testcase tag. Currently equal to the fileName. The classname is already xml escaped.

Usage

classnameTestcase(tinytest)

Arguments

tinytest

a tinytest-object representing an individual test case.

Value

character(1) being the 'classname'


[Package tinytest2JUnit version 1.1.2 Index]