Create template testing structures for new modules
newModuleTests(name, path, open)# S4 method for character,character,logical
newModuleTests(name, path, open)
Character string specifying the name of the new module.
Character string. Subdirectory in which to place the new module code file. The default is the current working directory.
Logical. Should the new module file be opened after creation?
Default TRUE
.
Other module creation helpers: newModuleCode
,
newModuleDocumentation
,
newModule