Sign in
android
/
platform
/
external
/
testng
/
71191bc70125b839920f06bd0314c6f9a8da3345
/
.
/
src
/
test
/
resources
/
checksuitesinitialization
/
parent-suite.xml
blob: 7239e8c09fb4ed87ef34beb90e594c90f3aa37d3 [
file
] [
log
] [
blame
]
<suite
name
=
"Parent Suite"
>
<parameter
name
=
"foo"
value
=
"bar"
/>
<suite-files>
<suite-file
path
=
"./child-suite1.xml"
/>
<suite-file
path
=
"children/child-suite-3.xml"
/>
</suite-files>
</suite>