()
| 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 { |
nothing calls this directly
no test coverage detected