::xodocument::test
Class TestTclHtmlFormatter

Heritage:
::xotcl::Object
  |
  +--::xox::Node
        |
        +--::xounit::Test
              |
              +--::xounit::Assert
                    |
                    +--::xounit::TestCase
Tested Class:
::xodocument::TclHtmlFormatter

Class TestTclHtmlFormatter
superclass ::xounit::TestCase,

Variables
NameDefault ValueClassComment
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
NameComment
testFormatTcl {}  
   
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

testFormatTcl

Description:
 
Code:
  ::xodocument::test::TestTclHtmlFormatter instproc testFormatTcl {}  {
   


    
}