Write the Synopsis for a RTestCase
xmlWriteSynopsis(version, author, shortDescription = NULL,
description = NULL, creationDate = NULL, changes = list(list(author
= author, date = creationDate, desc = "Initial Version")),
label = NULL, printXML = TRUE)
(dcharacter
) Version Number
(character
) Author
(character
) Short description
(character
) Description
(character
) Creation Date
(list
) A listing of lists each representing one change with
attributes 'author', 'date' and 'desc'
(character
) Labels.
(logical
) Print output or return xml as R object
(character
)