Sign in
android
/
platform
/
external
/
testng
/
e10619b63384ca0936a32bfcc81bf1597f9ed04f
/
.
/
src
/
test
/
resources
/
checksuitesinitialization
/
children
/
child-suite-3.xml
blob: 91a4d83b5cdc77663f5840e4f24b743c51af1574 [
file
] [
log
] [
blame
]
<suite
name
=
"Child Suite 3"
>
<parameter
name
=
"foo"
value
=
"bar"
/>
<suite-files>
<suite-file
path
=
"../child-suite2.xml"
/>
<suite-file
path
=
"child-suite-4.xml"
/>
<suite-file
path
=
"morechildren/child-suite-5.xml"
/>
</suite-files>
</suite>