Description Usage Arguments Value Author(s) See Also
View source: R/guiTestReport.R
These functions are usually not called from the command line. They return data to compatible GUI clients, like Komodo Edit with the SciViews-K extension.
1 2 3 4 5 6 7 | guiTestReport(object, sep = "\t", path = NULL, ...)
guiSuiteList(sep = "\t", path = NULL, compare = TRUE)
guiSuiteAutoList(...)
guiTestFeedback(object, path = NULL, ...)
|
object |
a 'svUnitData' object. |
sep |
Field separator to use in the results. |
path |
Path where to write a 'Suites.txt' file with the list of
currently available test suites (to be used by the GUI client). If |
... |
Not used currently. |
compare |
Do we compare the list of available test suite and return
something to the GUI client only if there are changes in the list? This is
used (when |
guiSuiteList()
returns the list of available test suites invisibly.
guiSuiteAutoList()
is used to establish a callback to automatically list
the available test suites in the GUI. It is not intended to be called
directly by the user. The other functions just return TRUE
invisibly.They
are used for their side effect of sending data to compatible GUI clients.
Philippe Grosjean
svTest()
, svSuite()
, koUnit_version()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.