()
| 39 | } |
| 40 | |
| 41 | @Test |
| 42 | public void parseSearchTypeUIDMeta() throws Exception { |
| 43 | assertEquals(SearchType.UIDMETA, SearchQuery.parseSearchType("UIDMeta")); |
| 44 | } |
| 45 | |
| 46 | @Test |
| 47 | public void parseSearchTypeAnnotation() throws Exception { |
nothing calls this directly
no test coverage detected