Home | Trees | Index | Help |
|
---|
Package lemon :: Package external :: Package Cheetah :: Package Tests :: Module NameMapper :: Class VFS_3namespaces |
|
TestCase
--+ |NameMapperTest
--+ |VFN
--+ |VFS
--+ | VFS_3namespaces
Method Summary | |
---|---|
searchList(self)
| |
Inherited from VFS | |
| |
Inherited from VFN | |
string in dict lookup... | |
aFunc in dict lookup in a loop... | |
aMeth in dict lookup... | |
aMeth in dict lookup in a loop... | |
aMeth in dict lookup... | |
aMeth in dict lookup in a loop... | |
anObj in dict lookup... | |
anObj in dict lookup in a loop... | |
aDict in dict lookup... | |
aDict in dict lookup in a loop... | |
aClass.classVar1 in dict lookup... | |
string in dict lookup in a loop... | |
aClass.classVar1 in dict lookup in a loop... | |
anObj.instanceVar1 in dict lookup... | |
anObj.instanceVar1 in dict lookup in a loop... | |
anObj.meth1 in dict lookup... | |
anObj.meth1 in dict lookup in a loop... | |
aDict.one in dict lookup... | |
int in dict lookup... | |
aDict.one in dict lookup in a loop... | |
aDict.nestedDict in dict lookup... | |
aDict.nestedDict in dict lookup in a loop... | |
aDict.nestedDict.one in dict lookup... | |
aDict.nestedDict.one in dict lookup in a loop... | |
aDict.nestedFunc in dict lookup... | |
aDict.nestedFunc in dict lookup in a loop... | |
aDict.nestedFunc in dict lookup - without autocalling... | |
aDict.nestedFunc in dict lookup in a loop - without autocalling... | |
aMeth in dict lookup - without autocalling... | |
int in dict lookup in a loop... | |
aMeth in dict lookup in a loop - without autocalling... | |
anObj.meth3 in dict lookup... | |
aMeth in dict lookup in a loop... | |
NotFound test... | |
NotFound test in a loop... | |
Other exception from meth test... | |
Other exception from meth test in a loop... | |
None in dict lookup... | |
None in dict lookup in a loop... | |
EmptyString in dict lookup... | |
float in dict lookup... | |
EmptyString in dict lookup in a loop... | |
Other exception from func test... | |
Other exception from func test in a loop... | |
Other exception from func test... | |
Other exception from func test in a loop... | |
aDict.nestedDict.aClass in dict lookup... | |
aDict.nestedDict.aClass in dict lookup in a loop... | |
aDict.nestedDict.aClass in dict lookup - without autocalling... | |
aDict.nestedDict.aClass in dict lookup in a loop - without autocalling... | |
Other exception from func test -- but without autocalling shouldn't raise... | |
float in dict lookup in a loop... | |
Other exception from func test in a loop -- but without autocalling shouldn't raise... | |
class in dict lookup... | |
class in dict lookup in a loop... | |
aFunc in dict lookup... | |
Inherited from NameMapperTest | |
| |
| |
| |
| |
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 NameMapperTest | |
tuple |
failureException = (<class Cheetah.NameMapper.NotFound a...
|
Inherited from TestCase | |
NoneType |
name = None |
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.0 on Mon Nov 10 15:08:09 2003 | http://epydoc.sf.net |