MCPcopy Create free account
hub / github.com/OpenTSDB/asynchbase / overrideConfig

Method overrideConfig

test/TestConfig.java:134–139  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

132 }
133
134 @Test
135 public void overrideConfig() throws Exception {
136 final Config config = new Config();
137 config.overrideConfig("asynchbase.zk.base_path", "/myhbase");
138 assertEquals("/myhbase", config.getString("asynchbase.zk.base_path"));
139 }
140
141 @Test
142 public void getString() throws Exception {

Callers 15

beforeLocalMethod · 0.45
sendHelloNoSaslMethod · 0.45
handleResponseSimpleMethod · 0.45
beforeLocalMethod · 0.45
sendHelloNoSaslMethod · 0.45
handleResponseSimpleMethod · 0.45
tooManyAttemptsMethod · 0.45
ctorSimpleMethod · 0.45
ctorDynamicMethod · 0.45
ctorKerberosNoQopMethod · 0.45
ctorKerberosNoWrapMethod · 0.45

Calls 2

overrideConfigMethod · 0.95
getStringMethod · 0.95

Tested by

no test coverage detected