| Home | Trees | Index | Help |
|---|
|
|
web.DtmlPage --+
|
DefaultDtmlPage --+
|
QMTestPage --+
|
TestResultsPage
|
|||
|
Inherited from |
|||
|
|||
|
__init__(self,
server)
Construct a new 'TestResultsPage'. |
|||
|
GetOutcomes(self)
Return the list of result outcomes. |
|||
|
GetTotal(self)
Return the total number of tests. |
|||
|
GetTotalUnexpected(self)
Return the total number of unexpected results. |
|||
|
GetResultsWithOutcome(self,
outcome)
Return the number of tests with the given 'outcome'. |
|||
|
GetCount(self,
outcome)
Return the number of tests with the given 'outcome'. |
|||
|
GetUnexpectedCount(self,
outcome)
Return the number of tests with the given 'outcome'. |
|||
|
GetRelativeResults(self,
results,
expected)
Return the results that match, or fail to match, expectations. |
|||
|
GetDetailUrl(self,
test_id)
Return the detail URL for a test. |
|||
|
IsFinished(self)
Return true iff no more results are forthcoming. |
|||
|
GetRefreshDelay(self)
Returns the number of seconds to wait before refreshing the page. |
|||
|
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 | Index | Help |
|---|
| Generated by Epydoc 3.0alpha2 on Fri Sep 28 00:57:34 2007 | http://epydoc.sf.net |