Home | Trees | Index | Help |
|
---|
Package lemon :: Package external :: Package Cheetah :: Package Tests :: Module SyntaxAndOutput :: Class Comments_SingleLine |
|
TestCase
--+ |OutputTest
--+ | Comments_SingleLine
Comments_SingleLine_MacEOL
,
Comments_SingleLine_Win32EOL
Method Summary | |
---|---|
## followed by WS... | |
## containing $placeholders... | |
## containing #for directive... | |
## followed by NEWLINE... | |
## followed by text then NEWLINE... | |
## gobbles leading WS... | |
## followed by text then NEWLINE, + leading WS... | |
## followed by EOF... | |
## followed by EOF with leading WS... | |
## gobble line... | |
## don't gobble line... | |
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)## followed by WS |
test10(self)## containing $placeholders |
test11(self)## containing #for directive |
test2(self)## followed by NEWLINE |
test3(self)## followed by text then NEWLINE |
test4(self)## gobbles leading WS |
test5(self)## followed by text then NEWLINE, + leading WS |
test6(self)## followed by EOF |
test7(self)## followed by EOF with leading WS |
test8(self)## gobble line with text on previous and following lines |
test9(self)## don't gobble line with text on previous and following lines |
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.0 on Mon Nov 10 15:07:53 2003 | http://epydoc.sf.net |