Home | Trees | Index | Help |
|
---|
Package lemon :: Package external :: Package Cheetah :: Package Tests :: Module SyntaxAndOutput :: Class IncludeDirective |
|
TestCase
--+ |OutputTest
--+ | IncludeDirective
IncludeDirective_MacEOL
,
IncludeDirective_Win32EOL
Method Summary | |
---|---|
Hook method for setting up the test fixture before exercising it. | |
Hook method for deconstructing the test fixture after testing it. | |
#include raw of source $emptyString... | |
#include of "parseTest.txt", with WS... | |
#include of 'parseTest.txt', with WS and surrounding text... | |
#include of 'parseTest.txt', with WS and explicit closure... | |
#include raw of source $blockToBeParsed... | |
#include raw of 'parseTest.txt'... | |
#include raw of $includeFileName... | |
#include raw of $includeFileName, with WS... | |
#include raw of source= , with WS... | |
#include of $blockToBeParsed... | |
#include of $blockToBeParsed, with WS... | |
#include of 'parseTest.txt', with 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. | |
| |
| |
| |
| |
| |
Returns a one-line description of the test, or None if no description has been provided. |
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 |
---|
setUp(self)Hook method for setting up the test fixture before exercising it.
|
tearDown(self)Hook method for deconstructing the test fixture after testing it.
|
test1(self)#include raw of source $emptyString |
test10(self)#include of "parseTest.txt", with WS |
test11(self)#include of 'parseTest.txt', with WS and surrounding text |
test12(self)#include of 'parseTest.txt', with WS and explicit closure |
test2(self)#include raw of source $blockToBeParsed |
test3(self)#include raw of 'parseTest.txt' |
test4(self)#include raw of $includeFileName |
test5(self)#include raw of $includeFileName, with WS |
test6(self)#include raw of source= , with WS |
test7(self)#include of $blockToBeParsed |
test8(self)#include of $blockToBeParsed, with WS |
test9(self)#include of 'parseTest.txt', with WS |
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.0 on Mon Nov 10 15:08:03 2003 | http://epydoc.sf.net |