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

Method ctorDynamic

test/TestSecureRpcHelper.java:79–86  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

77 }
78
79 @Test
80 public void ctorDynamic() throws Exception {
81 config.overrideConfig(SecureRpcHelper.SECURITY_AUTHENTICATION_KEY,
82 "org.hbase.async.auth.MockProvider");
83 final UTHelper helper = new UTHelper(client, region_client, remote_endpoint);
84 assertTrue(helper.getProvider() instanceof MockProvider);
85 assertFalse(helper.useWrap());
86 }
87
88 @Test
89 public void ctorKerberosNoQop() throws Exception {

Callers

nothing calls this directly

Calls 3

getProviderMethod · 0.95
useWrapMethod · 0.95
overrideConfigMethod · 0.45

Tested by

no test coverage detected