background image
<< Variables Used in COM/VB and EJB Templates | Variables Used in COM/VB Scenario Test Templates >>
<< Variables Used in COM/VB and EJB Templates | Variables Used in COM/VB Scenario Test Templates >>

OPERATIONS Variable

Replacement Variables for Scenario Test Generation Templates
129
<
OPERATIONS
>
Generated code to call all of the
operations implied by the user's selection
of test targets.
Com_scenario_script
Weblogic_scenario
Websphere_scenario
Sunj2ee_scenario
<
RETURN
_
VARIABLE
>
If the operation returns a value, then this
is a variable name generated by
concatenating "retval_" with the
Operation Name. May or may not be
present in generated code.
Com_scenario_operation
Scenario_java_method1
<
CLASS
_
NAME
>
Name of the Rose interface class.
Com_scenario_constructor
Com_scenario_operation
Scenario_java_method1
Scenario_java_method2
Weblogic_scenario_constru
ctor
Websphere_scenario_constr
uctor
sunj2ee_scenario_construct
or
<
VERIFICATION
>
Generated code for handing a verification
point inserted at the user's option by the
code generator.
Com_scenario_operation
Com_scenario_script
Scenario_java_method1
Scenario_java_method2
Weblogic_scenario
Websphere_scenario
sunj2ee_scenario
<
DIAGRAM
_
NAME
>
Rose diagram name
Com_scenario_project
Com_scenario_basmain
Com_scenario_script
Weblogic_scenario
Websphere_scenario
sunj2ee_scenario
<
QUALIFIED
_
DIAGRAM
_
NAME
> Fully-qualified diagram name including
the package hierarchy containing the
diagram.
Example:
Use Case View::MyPackage::MyDiagram
The template processor typically removes
embedded blanks and changes the
double-colons to either backslashes, "\",
or periods, ".", depending on the usage
(Java package or file path).
Com_scenario_basmain
Com_scenario_script
Weblogic_scenario
Websphere_scenario
Sunj2ee_scenario
Variable
Description
Template