diff options
| author | RncLsn <rnc.lsn@gmail.com> | 2015-05-06 18:11:08 +0100 |
|---|---|---|
| committer | Ronca <alessandro.a.ronca@gmail.com> | 2015-05-06 18:20:58 +0100 |
| commit | f2909a748a300f94cf6067fc84416e408d3e6de8 (patch) | |
| tree | 02962a710fe27ea1c7a2704a356b7f663a42cb52 /test/FullEvaluation.xml | |
| parent | 58e6d87cb604702e7b307bad73c4fd42a694c3ec (diff) | |
| download | ACQuA-f2909a748a300f94cf6067fc84416e408d3e6de8.tar.gz ACQuA-f2909a748a300f94cf6067fc84416e408d3e6de8.zip | |
Switch from JUnit to TestNG.
Plus minor fixes.
Diffstat (limited to 'test/FullEvaluation.xml')
| -rw-r--r-- | test/FullEvaluation.xml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/test/FullEvaluation.xml b/test/FullEvaluation.xml new file mode 100644 index 0000000..f0f047d --- /dev/null +++ b/test/FullEvaluation.xml | |||
| @@ -0,0 +1,18 @@ | |||
| 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="LightEvaluation"> | ||
| 7 | <classes> | ||
| 8 | <class name="uk.ac.ox.cs.pagoda.test_units.LightEvaluation" /> | ||
| 9 | </classes> | ||
| 10 | </test> | ||
| 11 | |||
| 12 | <test name="CostEvaluation"> | ||
| 13 | <classes> | ||
| 14 | <class name="uk.ac.ox.cs.pagoda.test_units.CostEvaluation" /> | ||
| 15 | </classes> | ||
| 16 | </test> | ||
| 17 | |||
| 18 | </suite> \ No newline at end of file | ||
