Package qm :: Package test :: Package web :: Module web :: Class LoadResultsPage
[hide private]
[frames] | no frames]

Class LoadResultsPage
source code

web.DtmlPage --+        
               |        
 DefaultDtmlPage --+    
                   |    
          QMTestPage --+
                       |
                      LoadResultsPage

DTML page for uploading a context.

Nested Classes [hide private]

Inherited from web.DtmlPage: default_class


Instance Methods [hide private]
  __init__(self, server)
Construct a new 'LoadContextPage'.

Inherited from QMTestPage: GenerateHtmlHeader, GenerateStartBody, GetExpectationUrl, GetRefreshDelay, IsFinished

Inherited from DefaultDtmlPage: FormatId, GetDatabase, GetMainPageUrl, GetName, GetOutcomePercentages, GetResultsByOutcome, HasModifiableExpectations, IsLabelInDirectory, MakeListingUrl

Inherited from web.DtmlPage: GenerateEndBody, GenerateEndScript, GenerateStartScript, GenerateXMLHeader, GetProgramName, MakeButton, MakeImageUrl, MakeLoginForm, MakeRule, MakeSpacer, UserIsInGroup, WebRequest, __call__


Class Variables [hide private]
title The title for the page.
heading The heading printed across the top of the page.
prompt The prompt for the file name.
submit_url The URL to which the file should be submitted.

Inherited from DefaultDtmlPage: EXPECTATION_KINDS, EXPECTED, NEGATIVE_UNEXPECTED, POSITIVE_UNEXPECTED, html_generator, outcomes

Inherited from web.DtmlPage: common_javascript, html_stylesheet, qm_bug_system_url, web


Method Details [hide private]

__init__(self, server)
(Constructor)

source code 

Construct a new 'LoadContextPage'.

'server' -- The 'QMTestServer' creating this page.
Overrides: QMTestPage.__init__

Class Variable Details [hide private]

title

The title for the page.
Value:
'Load Results'                                                         
      

heading

The heading printed across the top of the page.
Value:
'Load results from a file.'                                            
      

prompt

The prompt for the file name.
Value:
'The file from which to load the results.'                             
      

submit_url

The URL to which the file should be submitted.
Value:
'submit-results'