added testng and adapted src

This commit is contained in:
2019-07-25 09:30:41 +02:00
parent 43d2ce9a4d
commit f7bc51edfa
4 changed files with 79 additions and 55 deletions

9
testng.xml Normal file
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="Suite" parallel="none">
<test name="Test">
<classes>
<class name="org.fremo.fredl.test.BasicTest"/>
</classes>
</test> <!-- Test -->
</suite> <!-- Suite -->