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)

Arguments

version

(dcharacter) Version Number

author

(character) Author

shortDescription

(character) Short description

description

(character) Description

creationDate

(character) Creation Date

changes

(list) A listing of lists each representing one change with attributes 'author', 'date' and 'desc'

label

(character) Labels.

printXML

(logical) Print output or return xml as R object

Value

(character)