Home | Trees | Index | Help |
|
---|
Package lemon :: Package external :: Package Cheetah :: Package Tests :: Module SyntaxAndOutput :: Class Placeholders_Calls |
|
TestCase
--+ |OutputTest
--+ | Placeholders_Calls
Placeholders_Calls_MacEOL
,
Placeholders_Calls_Win32EOL
Method Summary | |
---|---|
func placeholder - no ()... | |
func placeholder - with ('''\nstring\n''')... | |
func placeholder - with ('''\nstring'\n''')... | |
func placeholder - with ("""\nstring\n""")... | |
func placeholder - with (string*int)... | |
func placeholder - with (int*int)... | |
func placeholder - with (int*float)... | |
func placeholder - with (int\n*\nfloat)... | |
func placeholder - with ($arg=float)... | |
func placeholder - with (arg=float)... | |
deeply nested argstring, no enclosure... | |
func placeholder - with ()... | |
deeply nested argstring, no enclosure + with WS... | |
deeply nested argstring, () enclosure + with WS... | |
deeply nested argstring, {} enclosure + with WS... | |
deeply nested argstring, [] enclosure + with WS... | |
deeply nested argstring, () enclosure + *cache... | |
deeply nested argstring, () enclosure + *15*cache... | |
a function call with the Python None kw. | |
func placeholder - with (\n\n)... | |
func placeholder - with (\n\n) and $() enclosure... | |
func placeholder - with (\n\n) and ${} enclosure... | |
func placeholder - with (int)... | |
func placeholder - with (\nint\n)... | |
func placeholder - with (string)... | |
func placeholder - with ('''string''')... | |
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)func placeholder - no () |
test10(self)func placeholder - with ('''\nstring\n''') |
test11(self)func placeholder - with ('''\nstring'\n''') |
test12(self)func placeholder - with ("""\nstring\n""") |
test13(self)func placeholder - with (string*int) |
test14(self)func placeholder - with (int*int) |
test15(self)func placeholder - with (int*float) |
test16(self)func placeholder - with (int\n*\nfloat) |
test17(self)func placeholder - with ($arg=float) |
test18(self)func placeholder - with (arg=float) |
test19(self)deeply nested argstring, no enclosure |
test2(self)func placeholder - with () |
test20(self)deeply nested argstring, no enclosure + with WS |
test21(self)deeply nested argstring, () enclosure + with WS |
test22(self)deeply nested argstring, {} enclosure + with WS |
test23(self)deeply nested argstring, [] enclosure + with WS |
test24(self)deeply nested argstring, () enclosure + *cache |
test25(self)deeply nested argstring, () enclosure + *15*cache |
test26(self)a function call with the Python None kw. |
test3(self)func placeholder - with (\n\n) |
test4(self)func placeholder - with (\n\n) and $() enclosure |
test5(self)func placeholder - with (\n\n) and ${} enclosure |
test6(self)func placeholder - with (int) |
test7(self)func placeholder - with (\nint\n) |
test8(self)func placeholder - with (string) |
test9(self)func placeholder - with ('''string''') |
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.0 on Mon Nov 10 15:08:18 2003 | http://epydoc.sf.net |