Trees | Index | Help |
|
---|
Package ast :: Package test :: Module testsuite :: Class ASTTestSuite |
|
object
--+ |TestCase
--+ | ASTTestSuite
Method Summary | |
---|---|
Testing CellRef for success (get/set Row/Column/NumParen) | |
Testing CellRef for success (clone, equals) | |
testing CellRef for failure (TypeError) | |
Testing CellRef for success (isAbsRow/Column) | |
Testing CellRef string representation | |
Testing Function for success (accessors) | |
Testing Function for success (clone, equals) | |
testing Function for failure (TypeError) | |
Testing Function string representation | |
testing Number for failure (TypeError) | |
Testing Number class for success (clone, equals) | |
Testing Number class for success (get/set Value/NumParen) | |
Testing Number class string representation | |
Testing RangeRef for success (get/set cornerA/cornerB) | |
Testing RangeRef for success (getCellRefSet) | |
Testing RangeRef for success (clone, equals) | |
testing RangeRef for failure (TypeError) | |
Testing RangeRef string representation | |
Inherited from TestCase | |
Create an instance of the class that will use the named test method when executed. | |
| |
| |
| |
Fail the test unless the expression is true. | |
Fail if the two objects are unequal as determined by their difference rounded to the given number of decimal places (default 7) and comparing to zero. | |
Fail if the two objects are unequal as determined by their difference rounded to the given number of decimal places (default 7) and comparing to zero. | |
Fail if the two objects are unequal as determined by the '==' operator. | |
Fail if the two objects are unequal as determined by the '==' operator. | |
Fail if the two objects are equal as determined by their difference rounded to the given number of decimal places (default 7) and comparing to zero. | |
Fail if the two objects are equal as determined by their difference rounded to the given number of decimal places (default 7) and comparing to zero. | |
Fail if the two objects are equal as determined by the '==' operator. | |
Fail if the two objects are equal as determined by the '==' operator. | |
Fail unless an exception of class excClass is thrown by callableObj when invoked with arguments args and keyword arguments kwargs. | |
| |
Run the test without collecting errors in a TestResult | |
| |
Fail immediately, with the given message. | |
Fail the test if the expression is true. | |
Fail if the two objects are equal as determined by their difference rounded to the given number of decimal places (default 7) and comparing to zero. | |
Fail if the two objects are equal as determined by the '==' operator. | |
Fail the test unless the expression is true. | |
Fail if the two objects are unequal as determined by their difference rounded to the given number of decimal places (default 7) and comparing to zero. | |
Fail if the two objects are unequal as determined by the '==' operator. | |
Fail unless an exception of class excClass is thrown by callableObj when invoked with arguments args and keyword arguments kwargs. | |
| |
| |
Hook method for setting up the test fixture before exercising it. | |
Returns a one-line description of the test, or None if no description has been provided. | |
Hook method for deconstructing the test fixture after testing it. | |
Inherited from object | |
x.__delattr__('name') <==> del x.name | |
x.__getattribute__('name') <==> x.name | |
x.__hash__() <==> hash(x) | |
T.__new__(S, ...) -> a new object with type S, a subtype of T | |
helper for pickle | |
helper for pickle | |
x.__setattr__('name', value) <==> x.name = value |
Class Variable Summary | |
---|---|
list |
sampleCellRefs = [[0, 4, 0, 0, 0, '=A5'], [0, 54, 0, 0, ...
|
list |
sampleFunctions = [['f', [<ast.Number.Number instance at...
|
list |
sampleNumbers = [[5, 0, '=5'], [4.5, 1, '=(4.5)'], [3.20...
|
list |
sampleRangeRefs = [[<ast.CellRef.CellRef instance at 0xf...
|
Method Details |
---|
testCellRefAccessors(self)Testing CellRef for success (get/set Row/Column/NumParen) |
testCellRefCloneEquals(self)Testing CellRef for success (clone, equals) |
testCellRefFailureTypeError(self)testing CellRef for failure (TypeError) |
testCellRefIsAbs(self)Testing CellRef for success (isAbsRow/Column) |
testCellRefString(self)Testing CellRef string representation |
testFunctionAccessorSuccess(self)Testing Function for success (accessors) |
testFunctionCloneEquals(self)Testing Function for success (clone, equals) |
testFunctionFailure(self)testing Function for failure (TypeError) |
testFunctionStrRepr(self)Testing Function string representation |
testNumberFailure(self)testing Number for failure (TypeError) |
testNumbersCloneEqual(self)Testing Number class for success (clone, equals) |
testNumbersGetSetValue(self)Testing Number class for success (get/set Value/NumParen) |
testNumberStringRepr(self)Testing Number class string representation |
testRangeRefAccessors(self)Testing RangeRef for success (get/set cornerA/cornerB) |
testRangeRefCellSet(self)Testing RangeRef for success (getCellRefSet) |
testRangeRefCloneEquals(self)Testing RangeRef for success (clone, equals) |
testRangeRefFailure(self)testing RangeRef for failure (TypeError) |
testRangeRefStringRepr(self)Testing RangeRef string representation |
Class Variable Details |
---|
sampleFunctions
|
sampleNumbers
|
sampleRangeRefs
|
Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Thu Aug 26 22:55:24 2004 | http://epydoc.sf.net |