Test::Unit::Error - unit testing framework exception class
Contents
Description
This class is used by the framework to communicate the occurrence of run-time errors (that is, syntax
errors and the like, not failed tests, as the latter are classified as failures) generated by user code.
When such an error occurs, an instance of this class will be thrown and caught internally in the
framework.
Name
Test::Unit::Error - unit testing framework exception class
See Also
• Test::Unit::Exception
• Test::Unit::Assert
perl v5.38.2 2024-07-27 Test::Unit::Error(3pm)
Synopsis
This class is not intended to be used directly
