Class DuoSDKClientFactoryTest

java.lang.Object
net.shibboleth.idp.plugin.authn.duo.sdk.impl.DuoSDKClientFactoryTest

public class DuoSDKClientFactoryTest extends Object
Test for the DuoSDKClientFactory.
  • Field Details

    • factory

      private net.shibboleth.idp.plugin.authn.duo.sdk.impl.DuoSDKClientFactory factory
      The factory to test.
  • Constructor Details

    • DuoSDKClientFactoryTest

      public DuoSDKClientFactoryTest()
  • Method Details

    • 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 DuoClientException
      Test creation.
      Throws:
      DuoClientException - on error.