summaryrefslogtreecommitdiffstats
path: root/watchmaker/etc/testng.xml
diff options
context:
space:
mode:
Diffstat (limited to 'watchmaker/etc/testng.xml')
-rw-r--r--watchmaker/etc/testng.xml31
1 files changed, 31 insertions, 0 deletions
diff --git a/watchmaker/etc/testng.xml b/watchmaker/etc/testng.xml
new file mode 100644
index 0000000..70a2bfb
--- /dev/null
+++ b/watchmaker/etc/testng.xml
@@ -0,0 +1,31 @@
+<!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd" >
+
+<suite name="Unit Tests" verbose="1" >
+
+ <test name="Evolution Framework" >
+ <packages>
+ <package name="org.uncommons.watchmaker.framework.*" />
+ </packages>
+ </test>
+
+ <test name="Swing Module" >
+ <packages>
+ <package name="org.uncommons.swing.*" />
+ <package name="org.uncommons.watchmaker.swing.*" />
+ </packages>
+ </test>
+
+ <test name="Examples" >
+ <packages>
+ <package name="org.uncommons.watchmaker.examples.*" />
+ </packages>
+ </test>
+
+ <test name="Utilities Module" >
+ <packages>
+ <package name="org.uncommons.util.*" />
+ </packages>
+ </test>
+
+</suite>
+ \ No newline at end of file