diff options
Diffstat (limited to 'test/uk/ac/ox/cs/pagoda/global_tests/LightEvaluation.java')
| -rw-r--r-- | test/uk/ac/ox/cs/pagoda/global_tests/LightEvaluation.java | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/test/uk/ac/ox/cs/pagoda/global_tests/LightEvaluation.java b/test/uk/ac/ox/cs/pagoda/global_tests/LightEvaluation.java deleted file mode 100644 index 3551b9b..0000000 --- a/test/uk/ac/ox/cs/pagoda/global_tests/LightEvaluation.java +++ /dev/null | |||
| @@ -1,18 +0,0 @@ | |||
| 1 | package uk.ac.ox.cs.pagoda.global_tests; | ||
| 2 | |||
| 3 | import org.testng.annotations.Test; | ||
| 4 | |||
| 5 | import java.io.IOException; | ||
| 6 | |||
| 7 | @Deprecated | ||
| 8 | public class LightEvaluation { | ||
| 9 | |||
| 10 | @Test | ||
| 11 | public void evaluation() throws IOException { | ||
| 12 | new TestPagodaUOBM().answersCorrectness(1); | ||
| 13 | new TestPagodaLUBM().answersCorrectness(100); | ||
| 14 | // new TestPagodaFLY().answersCorrectness(); | ||
| 15 | new TestPagodaDBPedia().answersCorrectness(); | ||
| 16 | new TestPagodaNPD().testNPDwithoutDataType(); | ||
| 17 | } | ||
| 18 | } | ||
