committed by
Moritz Halbritter
parent
1e73a7cf8b
commit
c335f772d0
@@ -34,7 +34,7 @@ import static org.mockito.Mockito.mock;
|
||||
class FixedTrustManagerFactoryTests {
|
||||
|
||||
@Test
|
||||
void shouldReturnTrustmanagers() throws Exception {
|
||||
void shouldReturnTrustManagers() throws Exception {
|
||||
TrustManager trustManager1 = mock(TrustManager.class);
|
||||
TrustManager trustManager2 = mock(TrustManager.class);
|
||||
FixedTrustManagerFactory factory = FixedTrustManagerFactory.of(getDefaultTrustManagerFactory(), trustManager1,
|
||||
|
||||
Reference in New Issue
Block a user