Class DirectFormClientTests

  • All Implemented Interfaces:
    TestsConstants

    public final class DirectFormClientTests
    extends Object
    implements TestsConstants
    This class tests the DirectFormClient class.
    Since:
    1.8.6
    Author:
    Jerome Leleu
    • Constructor Detail

      • DirectFormClientTests

        public DirectFormClientTests()
    • Method Detail

      • testMissingUsernamePasswordAuthenticator

        public void testMissingUsernamePasswordAuthenticator()
      • testMissingProfileCreator

        public void testMissingProfileCreator()
      • testHasDefaultProfileCreator

        public void testHasDefaultProfileCreator()
      • testGetCredentialsMissingUsername

        public void testGetCredentialsMissingUsername()
      • testGetCredentialsMissingPassword

        public void testGetCredentialsMissingPassword()
      • testGetBadCredentials

        public void testGetBadCredentials()
      • testGetGoodCredentials

        public void testGetGoodCredentials()
      • testGetUserProfile

        public void testGetUserProfile()