::xounit
Class AssertionError

Heritage:
::xotcl::Object
  |
  +--::xoexception::Throwable
        |
        +--::xoexception::Error
Class AssertionError
superclass ::xoexception::Error,
AssertionErrors are thrown when an assert method fails.
 This sends a message to the test runner that the test failed.
 The message from the AssertionError is then used to report
 what failed.  This message is partly generated by the assert method
 and partly specified by the assert message argument.
Variables
NameDefault ValueClassComment
message    ::xoexception::Throwable
 The message that is carried with the Throwable.
trace    ::xoexception::Throwable
 The stack trace that was recorded when the Throwable was created
 
Methods
NameComment
   
Methods from ::xotcl::Object
#, ., ?, ?code, ?methods, ?object, abstract, copy, coverageFilter, defaultmethod, extractConfigureArg, filterappend, garbageCollect, get#, getClean#, hasclass, init, methodTag, mixinappend, move, profileFilter, self, setParameterDefaults, shell, tclcmd, traceFilter,