diff options
| author | RncLsn <rnc.lsn@gmail.com> | 2015-05-19 13:35:52 +0100 |
|---|---|---|
| committer | RncLsn <rnc.lsn@gmail.com> | 2015-05-19 13:35:52 +0100 |
| commit | 5d54af2638a53721b414a41356a93686a9616272 (patch) | |
| tree | e28c64b1887e7e964661d12d96df5b09abd4d9ee /test/uk/ac/ox/cs/pagoda/global_tests/LightEvaluation.java | |
| parent | c7dbc7c61c7094ea4ec49bd630023f23b92fd9d1 (diff) | |
| download | ACQuA-5d54af2638a53721b414a41356a93686a9616272.tar.gz ACQuA-5d54af2638a53721b414a41356a93686a9616272.zip | |
Backup before changes in MyQueryReasoner.
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 | 5 |
1 files changed, 3 insertions, 2 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 index b073a26..7fc5da8 100644 --- a/test/uk/ac/ox/cs/pagoda/global_tests/LightEvaluation.java +++ b/test/uk/ac/ox/cs/pagoda/global_tests/LightEvaluation.java | |||
| @@ -4,12 +4,13 @@ import org.testng.annotations.Test; | |||
| 4 | 4 | ||
| 5 | import java.io.IOException; | 5 | import java.io.IOException; |
| 6 | 6 | ||
| 7 | @Deprecated | ||
| 7 | public class LightEvaluation { | 8 | public class LightEvaluation { |
| 8 | 9 | ||
| 9 | @Test | 10 | @Test |
| 10 | public void evaluation() throws IOException { | 11 | public void evaluation() throws IOException { |
| 11 | new TestPagodaUOBM().test(1); | 12 | new TestPagodaUOBM().answersCorrectness(1); |
| 12 | new TestPagodaLUBM().test(100); | 13 | new TestPagodaLUBM().answersCorrecntess(100); |
| 13 | new TestPagodaFLY().test(); | 14 | new TestPagodaFLY().test(); |
| 14 | new TestPagodaDBPedia().test(); | 15 | new TestPagodaDBPedia().test(); |
| 15 | new TestPagodaNPD().testNPDwithoutDataType(); | 16 | new TestPagodaNPD().testNPDwithoutDataType(); |
