Class View
- Known Subclasses:
-
BaseEmailView
A base class for specific view implementations to extend
| Method Summary |
| |
__init__(self,
name,
model)
Initializes a new view given it's instance name and
model |
| |
dumpToTestFile(self,
text)
Writes out text to a file called SubClassName.txt |
| |
execute(self)
A method for child views to override and provide their specific
behavior |
| |
isTesting(self)
Return whether acceptance testing is being performed |
| |
testFilePath(self)
Return the path of the test dump file |
__init__(self,
name,
model)
(Constructor)
Initializes a new view given it's instance name and
model
-
|
dumpToTestFile(self,
text)
Writes out text to a file called SubClassName.txt
-
|
execute(self)
A method for child views to override and provide their specific
behavior
-
|
isTesting(self)
-
- Returns:
-
whether acceptance testing is being performed
|
testFilePath(self)
-
- Returns:
-
the path of the test dump file
|