|
Using of test template described rather .
Substitution variables , used in the template, are replaced by their values right in place of using the template.
Also the test allows specifying values of substitution variables right in it (using params and safe_params)
Names and description for test are inherited from the template.
Full specification of package looks like:<call_template> <params> .. named params .. </params> <safe_params> .. named params if undefined .. </safe_params> <name>name of test template</name> </call_template> |
Where:
params, safe_params | Definitions of substitution variables for using in test component. |
name | Name of used named test template (should be specified somewhere in an aggregate test included this test in the part test_templates ). |
This test works like the test command call_template . Templates for the test are defined similarly. But the command ignores specifier spec .
|