aboutsummaryrefslogtreecommitdiff
path: root/test/AllTests.xml
diff options
context:
space:
mode:
authorRncLsn <rnc.lsn@gmail.com>2015-05-06 18:11:08 +0100
committerRonca <alessandro.a.ronca@gmail.com>2015-05-06 18:20:58 +0100
commitf2909a748a300f94cf6067fc84416e408d3e6de8 (patch)
tree02962a710fe27ea1c7a2704a356b7f663a42cb52 /test/AllTests.xml
parent58e6d87cb604702e7b307bad73c4fd42a694c3ec (diff)
downloadACQuA-f2909a748a300f94cf6067fc84416e408d3e6de8.tar.gz
ACQuA-f2909a748a300f94cf6067fc84416e408d3e6de8.zip
Switch from JUnit to TestNG.
Plus minor fixes.
Diffstat (limited to 'test/AllTests.xml')
-rw-r--r--test/AllTests.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/test/AllTests.xml b/test/AllTests.xml
new file mode 100644
index 0000000..8ce5fcf
--- /dev/null
+++ b/test/AllTests.xml
@@ -0,0 +1,12 @@
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd" >
3
4<suite name="AllTests">
5
6 <test name="PagodaUOBM">
7 <classes>
8 <class name="uk.ac.ox.cs.pagoda.test_units.PagodaUOBM" />
9 </classes>
10 </test>
11
12</suite> \ No newline at end of file