Page for displaying the contents of a test suite.
Methods
|
|
MakeDeleteScript
MakeEditUrl
MakeRunUrl
__init__
|
|
MakeDeleteScript
|
MakeDeleteScript ( self )
Make a script to confirm deletion of the suite.
- returns
- JavaScript source for a function,
delete_script ,
which shows a popup confirmation window.
|
|
MakeEditUrl
|
MakeEditUrl ( self )
Return the URL for editing this suite.
|
|
MakeRunUrl
|
MakeRunUrl ( self )
Return the URL for running this suite.
|
|
__init__
|
__init__ (
self,
server,
suite,
edit,
is_new_suite,
)
Construct a new DTML context.
-
server
- The
QMTestServer creating this page.
-
suite
- The
Suite instance to display.
-
edit
- If true, display controls for editing the suite.
-
is_new_suite
- If true, the suite being displayed is being
created at this time.
|
|