MCPcopy Index your code
hub / github.com/OpenTSDB/opentsdb / deserialize

Method deserialize

test/tree/TestTree.java:136–141  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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 {

Callers

nothing calls this directly

Calls 3

parseToObjectMethod · 0.95
buildTestTreeMethod · 0.95
getEnabledMethod · 0.95

Tested by

no test coverage detected