diff options
| author | RncLsn <rnc.lsn@gmail.com> | 2015-09-03 15:09:35 +0100 |
|---|---|---|
| committer | RncLsn <rnc.lsn@gmail.com> | 2015-09-03 15:09:35 +0100 |
| commit | 1c02a4bde9eddb66550341377b2bd980ff48c474 (patch) | |
| tree | 6e86500be926c98fd5f285b8410fe88e8805423c /test/resources | |
| parent | 90cb6032058ad3fc16b895922823b5a700121b1b (diff) | |
| download | ACQuA-1c02a4bde9eddb66550341377b2bd980ff48c474.tar.gz ACQuA-1c02a4bde9eddb66550341377b2bd980ff48c474.zip | |
New test cases.
Diffstat (limited to 'test/resources')
| -rw-r--r-- | test/resources/ExistentialEvaluation.xml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/test/resources/ExistentialEvaluation.xml b/test/resources/ExistentialEvaluation.xml new file mode 100644 index 0000000..c0149e9 --- /dev/null +++ b/test/resources/ExistentialEvaluation.xml | |||
| @@ -0,0 +1,22 @@ | |||
| 1 | <?xml version="1.0" encoding="UTF-8"?> | ||
| 2 | <!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd" > | ||
| 3 | |||
| 4 | <suite name="ExistentialEvaluation"> | ||
| 5 | |||
| 6 | <test name="ExistentialEvaluation"> | ||
| 7 | |||
| 8 | <groups> | ||
| 9 | <run> | ||
| 10 | <include name="existential"/> | ||
| 11 | </run> | ||
| 12 | </groups> | ||
| 13 | |||
| 14 | <classes> | ||
| 15 | <class name="uk.ac.ox.cs.pagoda.global_tests.MadeUpCases" /> | ||
| 16 | <!--<class name="uk.ac.ox.cs.pagoda.global_tests.TestPagodaUOBM" />--> | ||
| 17 | <!--<class name="uk.ac.ox.cs.pagoda.global_tests.TestPagodaReactome" />--> | ||
| 18 | </classes> | ||
| 19 | |||
| 20 | </test> | ||
| 21 | |||
| 22 | </suite> \ No newline at end of file | ||
