Class CredentialsListFactoryTest

java.lang.Object
net.shibboleth.oidc.profile.config.CredentialsListFactoryTest

public class CredentialsListFactoryTest extends Object
Tests for the CredentialsListFactory.
  • Constructor Details

    • CredentialsListFactoryTest

      public CredentialsListFactoryTest()
  • Method Details

    • testNullInputList

      public void testNullInputList() throws Exception
      Test with a null input list.
      Throws:
      Exception - on error
    • testInputListWithNullElement

      public void testInputListWithNullElement() throws Exception
      Test with an input list with a null element.
      Throws:
      Exception - on error
    • testInputListWithOneNullElement

      public void testInputListWithOneNullElement() throws Exception
      Test with an input list with one null element.
      Throws:
      Exception - on error