()
| 954 | } |
| 955 | |
| 956 | @Test |
| 957 | public void badRequestNullString() { |
| 958 | // this won't throw an error, just report "null" back to the user with a |
| 959 | // stack trace |
| 960 | HttpQuery query = NettyMocks.getQuery(tsdb, "/"); |
| 961 | query.badRequest((String)null); |
| 962 | } |
| 963 | |
| 964 | @Test |
| 965 | public void notFoundDeprecated() { |
nothing calls this directly
no test coverage detected