diff options
| author | RncLsn <rnc.lsn@gmail.com> | 2015-05-19 19:06:04 +0100 |
|---|---|---|
| committer | RncLsn <rnc.lsn@gmail.com> | 2015-05-19 19:06:04 +0100 |
| commit | 7a68441a541b12b22587fb53072193e1130049ff (patch) | |
| tree | e05f826da89e73a7f961c505359f4135cca646a8 /test/uk/ac/ox/cs/pagoda/rules/approximators | |
| parent | 612729386b645b120f8397a007cd8421986af0ad (diff) | |
| download | ACQuA-7a68441a541b12b22587fb53072193e1130049ff.tar.gz ACQuA-7a68441a541b12b22587fb53072193e1130049ff.zip | |
Deleted unused classes.
Diffstat (limited to 'test/uk/ac/ox/cs/pagoda/rules/approximators')
| -rw-r--r-- | test/uk/ac/ox/cs/pagoda/rules/approximators/TestSkolemTermsManager.java | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/test/uk/ac/ox/cs/pagoda/rules/approximators/TestSkolemTermsManager.java b/test/uk/ac/ox/cs/pagoda/rules/approximators/TestSkolemTermsManager.java new file mode 100644 index 0000000..6bd8f05 --- /dev/null +++ b/test/uk/ac/ox/cs/pagoda/rules/approximators/TestSkolemTermsManager.java | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | package uk.ac.ox.cs.pagoda.rules.approximators; | ||
| 2 | |||
| 3 | import org.testng.annotations.Test; | ||
| 4 | |||
| 5 | /** | ||
| 6 | * Tests for the class <tt>SkolemTermsManager</tt> | ||
| 7 | */ | ||
| 8 | public class TestSkolemTermsManager { | ||
| 9 | |||
| 10 | @Test | ||
| 11 | public void test() { | ||
| 12 | // TODO some test | ||
| 13 | } | ||
| 14 | } | ||
