Home | Trees | Indices | Help |
---|
|
web.DtmlPage --+ | DefaultDtmlPage --+ | QMTestPage --+ | TestResultsPage
DTML page for displaying test results.
|
|||
Inherited from |
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from |
|
|||
Inherited from Inherited from |
|
Construct a new 'TestResultsPage'. 'server' -- The 'QMTestServer' creating this page.
|
Return the list of result outcomes. returns -- A sequence of result outcomes. |
Return the total number of tests. returns -- The total number of tests. |
Return the total number of unexpected results. returns -- The total number of unexpected results. |
Return the number of tests with the given 'outcome'. 'outcome' -- One of the 'Result.outcomes'. returns -- The results with the given 'outcome'. |
Return the number of tests with the given 'outcome'. 'outcome' -- One of the 'Result.outcomes'. returns -- The number of tests with the given 'outcome'. |
Return the number of tests with the given 'outcome'. 'outcome' -- One of the 'Result.outcomes'. returns -- The number of tests with the given 'outcome' that were expected to have some other outcome. |
Return the results that match, or fail to match, expectations. 'results' -- A sequence of 'Result' objects. 'expected' -- A boolean. If true, expected results are returned. If false, unexpected results are returned. |
Return the detail URL for a test. 'test_id' -- The name of the test. returns -- The URL that contains details about the 'test_id'. |
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.
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Fri Dec 23 12:30:42 2011 | http://epydoc.sourceforge.net |