Home | Trees | Index | Help |
|
---|
Package lemon :: Package external :: Package Cheetah :: Package Tests :: Module SyntaxAndOutput :: Class DefDirective |
|
TestCase
--+ |OutputTest
--+ | DefDirective
DefDirective_MacEOL
,
DefDirective_Win32EOL
Method Summary | |
---|---|
#def without argstring... | |
#def with *args + **KWs, gobble WS... | |
single line #def with extra WS... | |
single line #def with extra WS and nested $placeholders... | |
single line #def escaped $placeholders... | |
single line #def 1 escaped $placeholders... | |
single line #def 1 escaped $placeholders + more WS... | |
multiline #def with $ on methodName... | |
single line #def with $ on methodName... | |
single line #def with an argument... | |
#def without argstring, gobble WS... | |
#def with argstring, gobble WS... | |
#def with argstring, gobble WS, string used in call... | |
#def with argstring, gobble WS, list used in call... | |
#def with 2 args, gobble WS, list used in call... | |
#def with *args, gobble WS... | |
#def with **KWs, gobble WS... | |
#def with *args + **KWs, gobble WS... | |
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)#def without argstring |
test10(self)#def with *args + **KWs, gobble WS |
test11(self)single line #def with extra WS |
test12(self)single line #def with extra WS and nested $placeholders |
test13(self)single line #def escaped $placeholders |
test14(self)single line #def 1 escaped $placeholders |
test15(self)single line #def 1 escaped $placeholders + more WS |
test16(self)multiline #def with $ on methodName |
test17(self)single line #def with $ on methodName |
test18(self)single line #def with an argument |
test2(self)#def without argstring, gobble WS |
test3(self)#def with argstring, gobble WS |
test4(self)#def with argstring, gobble WS, string used in call |
test5(self)#def with argstring, gobble WS, list used in call |
test6(self)#def with 2 args, gobble WS, list used in call |
test7(self)#def with *args, gobble WS |
test8(self)#def with **KWs, gobble WS |
test9(self)#def with *args + **KWs, gobble WS |
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.0 on Mon Nov 10 15:08:29 2003 | http://epydoc.sf.net |