()
| 50 | } |
| 51 | |
| 52 | @Test (expected = IllegalArgumentException.class) |
| 53 | public void parseSearchTypeNull() throws Exception { |
| 54 | SearchQuery.parseSearchType(null); |
| 55 | } |
| 56 | |
| 57 | @Test (expected = IllegalArgumentException.class) |
| 58 | public void parseSearchTypeEmtpy() throws Exception { |
nothing calls this directly
no test coverage detected