diff options
| author | RncLsn <rnc.lsn@gmail.com> | 2015-08-04 18:30:46 +0100 |
|---|---|---|
| committer | RncLsn <rnc.lsn@gmail.com> | 2015-08-04 18:30:46 +0100 |
| commit | c3480bb733b8bca976718a3dc2f09a21cb4b1b45 (patch) | |
| tree | 648b2dacb4b162205d26856c4be4bb7389f99141 /test/resources | |
| parent | 0c39145b3b76b3db73db0a38d5324caa7ff3c434 (diff) | |
| download | ACQuA-c3480bb733b8bca976718a3dc2f09a21cb4b1b45.tar.gz ACQuA-c3480bb733b8bca976718a3dc2f09a21cb4b1b45.zip | |
Rules parsing.
Diffstat (limited to 'test/resources')
| -rw-r--r-- | test/resources/MiscellaneousTests.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/test/resources/MiscellaneousTests.xml b/test/resources/MiscellaneousTests.xml new file mode 100644 index 0000000..21b64f7 --- /dev/null +++ b/test/resources/MiscellaneousTests.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="MiscellaneousTests"> | ||
| 5 | |||
| 6 | <test name="RuleHelper"> | ||
| 7 | <classes> | ||
| 8 | <class name="uk.ac.ox.cs.pagoda.hermit.TestRuleHelper" /> | ||
| 9 | </classes> | ||
| 10 | </test> | ||
| 11 | |||
| 12 | </suite> \ No newline at end of file | ||
