9 lines
260 B
XML
9 lines
260 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd" >
|
|
<suite name="tests">
|
|
<test name="full">
|
|
<packages>
|
|
<package name="net.thauvin.erik.mobibot.*"/>
|
|
</packages>
|
|
</test>
|
|
</suite>
|