Home | Trees | Index | Help |
|
---|
Package lemon :: Package external :: Package Cheetah :: Package Tests :: Module SyntaxAndOutput :: Class Placeholders |
|
TestCase
--+ |OutputTest
--+ | Placeholders
Placeholders_MacEOL
,
Placeholders_Win32EOL
Method Summary | |
---|---|
1 placeholder... | |
1 placeholder enclosed in () + WS + * cache Test to make sure that $*(<WS><identifier>.. | |
1 placeholder enclosed in {} + WS + *cache... | |
1 placeholder enclosed in [] + WS + *cache... | |
1 placeholder enclosed in {} + WS + *<int>*cache... | |
1 placeholder enclosed in [] + WS + *<int>*cache... | |
1 placeholder enclosed in {} + WS + *<float>*cache... | |
1 placeholder enclosed in [] + WS + *<float>*cache... | |
1 placeholder + *<int>*cache... | |
1 placeholder *<float>*cache... | |
1 placeholder surrounded by single quotes and multiple newlines... | |
2 placeholders... | |
2 placeholders, back-to-back... | |
1 placeholder enclosed in ()... | |
1 placeholder enclosed in {}... | |
1 placeholder enclosed in []... | |
1 placeholder enclosed in () + WS Test to make sure that $(<WS><identifier>.. | |
1 placeholder enclosed in {} + WS... | |
1 placeholder enclosed in [] + 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)1 placeholder |
test10(self)1 placeholder enclosed in () + WS + * cache Test to make sure that $*(<WS><identifier>.. matches |
test11(self)1 placeholder enclosed in {} + WS + *cache |
test12(self)1 placeholder enclosed in [] + WS + *cache |
test13(self)1 placeholder enclosed in {} + WS + *<int>*cache |
test14(self)1 placeholder enclosed in [] + WS + *<int>*cache |
test15(self)1 placeholder enclosed in {} + WS + *<float>*cache |
test16(self)1 placeholder enclosed in [] + WS + *<float>*cache |
test17(self)1 placeholder + *<int>*cache |
test18(self)1 placeholder *<float>*cache |
test19(self)1 placeholder surrounded by single quotes and multiple newlines |
test2(self)2 placeholders |
test3(self)2 placeholders, back-to-back |
test4(self)1 placeholder enclosed in () |
test5(self)1 placeholder enclosed in {} |
test6(self)1 placeholder enclosed in [] |
test7(self)1 placeholder enclosed in () + WS Test to make sure that $(<WS><identifier>.. matches |
test8(self)1 placeholder enclosed in {} + WS |
test9(self)1 placeholder enclosed in [] + WS |
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.0 on Mon Nov 10 15:08:02 2003 | http://epydoc.sf.net |