|
||||||
SUMMARY: CHILDREN | PARAMETER | INSTPROC | INSTFILTER | INSTFORWARD | DETAIL: | INSTPROC |
::xotcl::Object | +--::xox::Node | +--::xounit::Test | +--::xounit::Assert | +--::xounit::TestCase
Variables | |||
Name | Default Value | Class | Comment |
currentTestMethod |
::xounit::TestCase | name of the currently running test method. |
|
parentNode |
::xox::Node | the parent of this Node in the Node tree |
|
result |
::xounit::TestCase | the result for the current run. |
Methods | |
Name | Comment |
test {}
|
Methods from ::xotcl::Object |
#, ., ?, ?code, ?methods, ?object, abstract, copy, coverageFilter, defaultmethod, extractConfigureArg, filterappend, get#, getClean#, hasclass, init, methodTag, mixinappend, move, profileFilter, self, setParameterDefaults, shell, tclcmd, traceFilter,
|
Instproc Detail |
::xodocument::test::TestHtmlDocument instproc test {} { set doc [ ::xodocument::HtmlDocument new ] $doc project "XOUnit" #$doc namespaces { ::xounit::* ::xodocument::* } $doc generateDoc xodoc my assertTrue [ file exists xodoc ] my assertTrue [ file isdirectory xodoc ] }