()
| 134 | } |
| 135 | |
| 136 | @Test |
| 137 | public void deserialize() throws Exception { |
| 138 | Tree t = JSON.parseToObject((byte[])TreetoStorageJson.invoke( |
| 139 | buildTestTree()), Tree.class); |
| 140 | assertTrue(t.getEnabled()); |
| 141 | } |
| 142 | |
| 143 | @Test |
| 144 | public void addRule() throws Exception { |
nothing calls this directly
no test coverage detected