Ft.Lib.TestSuite.Errors
Classes
class
TestSuiteArgumentError
(
Ft.Lib.TestSuite.Errors.TestSuiteError
)
Data and other non-method functions defined here:
__doc__
= None
__module__
= 'Ft.Lib.TestSuite.Errors'
str(object) -> string
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
class
TestSuiteError
(
exceptions.Exception
)
Data and other non-method functions defined here:
__doc__
= None
__module__
= 'Ft.Lib.TestSuite.Errors'
str(object) -> string
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
class
TestSuiteInternalError
(
Ft.Lib.TestSuite.Errors.TestSuiteError
)
Data and other non-method functions defined here:
__doc__
= None
__module__
= 'Ft.Lib.TestSuite.Errors'
str(object) -> string
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
class
TestSuiteSetupError
(
Ft.Lib.TestSuite.Errors.TestSuiteError
)
Data and other non-method functions defined here:
__doc__
= None
__module__
= 'Ft.Lib.TestSuite.Errors'
str(object) -> string
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
Data
__file__
= 'build/lib.linux-ppc-2.2/Ft/Lib/TestSuite/Errors.py'
str(object) -> string
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
__name__
= 'Ft.Lib.TestSuite.Errors'
str(object) -> string
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
__revision__
= '$Id: Errors.py,v 1.1 2002/07/17 22:57:31 jkloth Exp $'
str(object) -> string
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.