Home | Trees | Index | Help |
|
---|
Package lemon :: Package external :: Package Cheetah :: Package Tests :: Module SyntaxAndOutput :: Class SetDirective |
|
TestCase
--+ |OutputTest
--+ | SetDirective
SetDirective_MacEOL
,
SetDirective_Win32EOL
Method Summary | |
---|---|
simple #set... | |
simple #set global with a list... | |
simple #set global with a list and *cache Caching only works with global #set vars. | |
simple #set global with a list and *<int>*cache... | |
simple #set with a list and *<float>*cache... | |
simple #set without NameMapper on... | |
simple #set without $... | |
simple #set global without $... | |
simple #set with no WS between operands... | |
#set + use of var... | |
#set + use in an #include... | |
#set with a dictionary... | |
#set with string, then used in #if block... | |
simple #set, gobble WS... | |
simple #set, don't gobble WS... | |
simple #set with a list... | |
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)simple #set |
test10(self)simple #set global with a list |
test11(self)simple #set global with a list and *cache Caching only works with global #set vars. Local vars are not accesible to the cache namespace. |
test12(self)simple #set global with a list and *<int>*cache |
test13(self)simple #set with a list and *<float>*cache |
test14(self)simple #set without NameMapper on |
test15(self)simple #set without $ |
test16(self)simple #set global without $ |
test2(self)simple #set with no WS between operands |
test3(self)#set + use of var |
test4(self)#set + use in an #include |
test5(self)#set with a dictionary |
test6(self)#set with string, then used in #if block |
test7(self)simple #set, gobble WS |
test8(self)simple #set, don't gobble WS |
test9(self)simple #set with a list |
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.0 on Mon Nov 10 15:08:03 2003 | http://epydoc.sf.net |