diff options
Diffstat (limited to 'test/resources/ComparisonTests.xml')
| -rw-r--r-- | test/resources/ComparisonTests.xml | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/test/resources/ComparisonTests.xml b/test/resources/ComparisonTests.xml new file mode 100644 index 0000000..0095724 --- /dev/null +++ b/test/resources/ComparisonTests.xml | |||
| @@ -0,0 +1,24 @@ | |||
| 1 | <?xml version="1.0" encoding="UTF-8"?> | ||
| 2 | <!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd" > | ||
| 3 | |||
| 4 | <!-- | ||
| 5 | Compare different configurations of the system. | ||
| 6 | |||
| 7 | Actually it is not a great idea to test performances in this way, | ||
| 8 | because all the different configurations are executed on the same JVM. | ||
| 9 | --> | ||
| 10 | |||
| 11 | <suite name="ComparisonTests"> | ||
| 12 | <test name="comparison"> | ||
| 13 | <groups> | ||
| 14 | <run> | ||
| 15 | <include name="comparison"/> | ||
| 16 | </run> | ||
| 17 | </groups> | ||
| 18 | <classes> | ||
| 19 | <!--<class name="uk.ac.ox.cs.pagoda.global_tests.TestPagodaUOBM"/>--> | ||
| 20 | <!--<class name="uk.ac.ox.cs.pagoda.global_tests.TestPagodaLUBM"/>--> | ||
| 21 | <class name="uk.ac.ox.cs.pagoda.global_tests.TestPagodaFLY"/> | ||
| 22 | </classes> | ||
| 23 | </test> | ||
| 24 | </suite> \ No newline at end of file | ||
