Class DuoSDKClientFactoryTest
- java.lang.Object
-
- net.shibboleth.idp.plugin.authn.duo.sdk.impl.DuoSDKClientFactoryTest
-
public class DuoSDKClientFactoryTest extends Object
Test for the DuoSDKClientFactory.
-
-
Field Summary
Fields Modifier and Type Field Description private net.shibboleth.idp.plugin.authn.duo.sdk.impl.DuoSDKClientFactoryfactoryThe factory to test.
-
Constructor Summary
Constructors Constructor Description DuoSDKClientFactoryTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()Setup.voidtestCreateInstance()Test creation.voidtestSetCaCerts()Test succesful set of CA certs.voidtestSetNullCaCerts()Test succesful set of null CA certs.
-
-
-
Method Detail
-
setUp
@BeforeMethod public void setUp() throws Exception
Setup.- Throws:
Exception- on error.
-
testSetNullCaCerts
public final void testSetNullCaCerts()
Test succesful set of null CA certs.
-
testSetCaCerts
public final void testSetCaCerts()
Test succesful set of CA certs.
-
testCreateInstance
public final void testCreateInstance() throws DuoClientExceptionTest creation.- Throws:
DuoClientException- on error.
-
-