Test::Unit::Failure - unit testing framework exception class
Contents
Description
This class is used by the framework to communicate the result of assertions, which will throw an instance
of this class in case of failures (that is, failed tests, not syntax errors and the like, these are
classified as errors).
Name
Test::Unit::Failure - unit testing framework exception class
See Also
• Test::Unit::Exception
• Test::Unit::Assert
perl v5.38.2 2024-07-27 Test::Unit::Failure(3pm)
Synopsis
This class is not intended to be used directly
