()
| 121 | } |
| 122 | |
| 123 | @Test (expected = NullPointerException.class) |
| 124 | public void getQueryStringNULL() { |
| 125 | NettyMocks.getQuery(tsdb, null).getQueryString(); |
| 126 | } |
| 127 | |
| 128 | @Test |
| 129 | public void getQueryStringParam() { |
nothing calls this directly
no test coverage detected