diff options
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 | } | ||
