()
| 34 | } |
| 35 | |
| 36 | @Test |
| 37 | public void parseSearchTypeTSUIDs() throws Exception { |
| 38 | assertEquals(SearchType.TSUIDS, SearchQuery.parseSearchType("tsuids")); |
| 39 | } |
| 40 | |
| 41 | @Test |
| 42 | public void parseSearchTypeUIDMeta() throws Exception { |
nothing calls this directly
no test coverage detected