Added TestNG config.

This commit is contained in:
Erik C. Thauvin 2019-04-09 02:20:20 -07:00
parent 267b858cbd
commit 1ea99bc622
2 changed files with 12 additions and 1 deletions

View file

@ -0,0 +1,9 @@
<?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>