Tests the QueryContext#parseLibrary method. @throws Exception exception
()
| 38 | * @throws Exception exception |
| 39 | */ |
| 40 | @Test public void module2() throws Exception { |
| 41 | final IOFile file = new IOFile("src/test/resources/recmod/a.xqm"); |
| 42 | try(QueryContext qc = new QueryContext(context)) { |
| 43 | qc.parse(file.readString(), file.path()); |
| 44 | } |
| 45 | } |
| 46 | |
| 47 | /** |
| 48 | * Tests a repository import. |
nothing calls this directly
no test coverage detected