Class CredentialsListFactoryTest


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

      • CredentialsListFactoryTest

        public CredentialsListFactoryTest()
    • Method Detail

      • 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