Home | Trees | Indices | Help |
---|
|
web.DtmlPage --+ | DefaultDtmlPage --+ | QMTestPage
A 'QMTestPage' is a 'DtmlPage' for pages generated by QMTest.
A 'QMTestPage' automatically looks for DTML templates in the directory that contains QMTest DTML templates.
|
|||
Inherited from |
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from |
|
|||
Inherited from Inherited from |
|
Construct a new 'QMTestPage'. 'dtml_template' -- The file name of the DTML template, relative to the directory that contains QMTest DTML templates. (Usually, this is just a basename.) 'server' -- The 'QMTestServer' creating this page.
|
Return markup to start the body of the HTML document.
|
Return true iff no more results are forthcoming. returns -- True if no more tests are running. |
Returns the number of seconds to wait before refreshing the page. returns -- The number of seconds to wait before refreshing this page. A value of zero means that te page should never be refreshed. This function is only called if 'IsFinished' returns true. |
Return the header for an HTML document. 'description' -- A string describing this page. 'headers' -- Any additional HTML headers to place in the '<head>' section of the HTML document.
|
Return the URL for setting the expectation associated with 'id'. 'id' -- The name of a test. 'expectation' -- The current expectation associated with the test, or 'None' if there is no associated expectation. |
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Fri Dec 23 12:30:42 2011 | http://epydoc.sourceforge.net |