Home | Trees | Index | Help |
|
---|
Package lemon :: Package external :: Package Cheetah :: Package Tests :: Module SyntaxAndOutput :: Class NameMapper |
|
TestCase
--+ |OutputTest
--+ | NameMapper
NameMapper_MacEOL
,
NameMapper_Win32EOL
Method Summary | |
---|---|
autocalling... | |
nested dictionary access - NameMapper style... | |
nested dictionary access - Python style... | |
nested dictionary access - alternating style... | |
nested dictionary access using method - alternating style... | |
nested dictionary access - NameMapper style - followed by method... | |
nested dictionary access - alternating style - followed by method... | |
nested dictionary access - NameMapper style - followed by method, then slice... | |
nested dictionary access - Python style using a soft-coded key... | |
object method access... | |
object method access, followed by complex slice... | |
nested autocalling... | |
object method access, followed by a very complex slice... | |
object method access with % in the default arg for the meth. | |
list subscription... | |
list slicing... | |
list slicing and subcription combined... | |
dictionary access - NameMapper style... | |
dictionary access - Python style... | |
dictionary access combined with autocalled string method... | |
dictionary access combined with string method... | |
Inherited from OutputTest | |
| |
| |
| |
| |
| |
| |
| |
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 the '!=' operator. | |
Fail if the two objects are unequal as determined by the '!=' operator. | |
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... | |
| |
Returns a one-line description of the test, or None if no description has been provided. | |
| |
Fail immediately, with the given message. | |
Fail the test if the expression is true. | |
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 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. | |
Setup the default meta data for the test case:... | |
|
Class Variable Summary | |
---|---|
Inherited from OutputTest | |
bool |
convertEOLs = True
|
int |
DEBUGLEV = 0 |
str |
report = '\nTemplate output mismatch: %(notes)s \n\n ...
|
list |
_searchList = [{'strip1': ' \t strippable whitespace ...
|
dict |
_templateSettings = {}
|
Inherited from TestCase | |
NoneType |
name = None |
Method Details |
---|
test1(self)autocalling |
test10(self)nested dictionary access - NameMapper style |
test11(self)nested dictionary access - Python style |
test12(self)nested dictionary access - alternating style |
test13(self)nested dictionary access using method - alternating style |
test14(self)nested dictionary access - NameMapper style - followed by method |
test15(self)nested dictionary access - alternating style - followed by method |
test16(self)nested dictionary access - NameMapper style - followed by method, then slice |
test17(self)nested dictionary access - Python style using a soft-coded key |
test18(self)object method access |
test19(self)object method access, followed by complex slice |
test2(self)nested autocalling |
test20(self)object method access, followed by a very complex slice If it can pass this one, it's safe to say it works!! |
test21(self)object method access with % in the default arg for the meth. This tests a bug that Jeff Johnson found and submitted a patch to SF for. |
test3(self)list subscription |
test4(self)list slicing |
test5(self)list slicing and subcription combined |
test6(self)dictionary access - NameMapper style |
test7(self)dictionary access - Python style |
test8(self)dictionary access combined with autocalled string method |
test9(self)dictionary access combined with string method |
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.0 on Mon Nov 10 15:08:02 2003 | http://epydoc.sf.net |