Sign in
android
/
platform
/
external
/
testng
/
71191bc70125b839920f06bd0314c6f9a8da3345
/
.
/
src
/
test
/
resources
/
parametertest
/
parent-suite.xml
blob: 4ee67e158014a6f2586ee80c8d1bb958f073cf9f [
file
] [
log
] [
blame
]
<suite
name
=
"Parameter Inheritance Tests"
>
<parameter
name
=
"parameter1"
value
=
"p1"
/>
<parameter
name
=
"parameter2"
value
=
"p2"
/>
<suite-files>
<suite-file
path
=
"./child1-suite.xml"
/>
<suite-file
path
=
"./child2-suite.xml"
/>
</suite-files>
</suite>