()
| 92 | private SslContextBuilder clientContextBuilder; |
| 93 | |
| 94 | @BeforeClass |
| 95 | public static void loadConscrypt() { |
| 96 | TestUtils.installConscryptIfAvailable(); |
| 97 | } |
| 98 | |
| 99 | @Before |
| 100 | public void setUp() throws NoSuchAlgorithmException { |
nothing calls this directly
no test coverage detected