()
| 55 | } |
| 56 | |
| 57 | @Test (expected = IllegalArgumentException.class) |
| 58 | public void parseSearchTypeEmtpy() throws Exception { |
| 59 | SearchQuery.parseSearchType(""); |
| 60 | } |
| 61 | |
| 62 | @Test (expected = IllegalArgumentException.class) |
| 63 | public void parseSearchTypeInvalid() throws Exception { |
nothing calls this directly
no test coverage detected