Home | Trees | Index | Help |
|
---|
Package lemon :: Package external :: Package Cheetah :: Package Tests :: Module SyntaxAndOutput :: Class BlockDirective |
|
TestCase
--+ |OutputTest
--+ | BlockDirective
BlockDirective_MacEOL
,
BlockDirective_Win32EOL
Method Summary | |
---|---|
#block without argstring... | |
single line #block 1 escaped $placeholders + more WS... | |
multiline #block $ on argstring... | |
single line #block with $ on methodName... | |
single line #block with an arg... | |
#block without argstring, gobble WS... | |
#block with argstring, gobble WS Because blocks can be reused in multiple parts of the template arguments (!!with defaults!!) can be given. | |
#block with 2 args, gobble WS... | |
#block with 2 nested blocks... | |
single line #block... | |
single line #block with WS... | |
single line #block 1 escaped $placeholders... | |
single line #block 1 escaped $placeholders + 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. |
Class Variable Summary | |
---|---|
Inherited from OutputTest | |
bool |
convertEOLs = True
|
int |
DEBUGLEV = 0 |
str |
report = '\nTemplate output mismatch: %(notes)s \n\n ...
|
Inherited from TestCase | |
NoneType |
name = None |
Method Details |
---|
test1(self)#block without argstring |
test10(self)single line #block 1 escaped $placeholders + more WS |
test11(self)multiline #block $ on argstring |
test12(self)single line #block with $ on methodName |
test13(self)single line #block with an arg |
test2(self)#block without argstring, gobble WS |
test3(self)#block with argstring, gobble WS Because blocks can be reused in multiple parts of the template arguments (!!with defaults!!) can be given. |
test4(self)#block with 2 args, gobble WS |
test5(self)#block with 2 nested blocks Blocks can be nested to any depth and the name of the block is optional for the #end block part: #end block OR #end block [name] |
test6(self)single line #block |
test7(self)single line #block with WS |
test8(self)single line #block 1 escaped $placeholders |
test9(self)single line #block 1 escaped $placeholders + WS |
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.0 on Mon Nov 10 15:08:29 2003 | http://epydoc.sf.net |