()
| 23 | public final class TestSearchQuery { |
| 24 | |
| 25 | @Test |
| 26 | public void parseSearchTypeTSMeta() throws Exception { |
| 27 | assertEquals(SearchType.TSMETA, SearchQuery.parseSearchType("tsmeta")); |
| 28 | } |
| 29 | |
| 30 | @Test |
| 31 | public void parseSearchTypeTSMetaSummary() throws Exception { |
nothing calls this directly
no test coverage detected