()
| 700 | } |
| 701 | |
| 702 | @Test |
| 703 | public void initializeSerializerMaps() throws Exception { |
| 704 | HttpQuery.initializeSerializerMaps(null); |
| 705 | } |
| 706 | |
| 707 | @Test |
| 708 | public void setSerializer() throws Exception { |
nothing calls this directly
no test coverage detected