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

Class LoadContextPage

source code

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

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'.
source code

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 = "Load Context"
The title for the page.
  heading = "Load the context from a file."
The heading printed across the top of the page.
  prompt = "The file from which to load the context."
The prompt for the file name.
  submit_url = "submit-context-file"
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: web.DtmlPage.__init__