Class FormClientTests

  • All Implemented Interfaces:
    TestsConstants

    public final class FormClientTests
    extends Object
    implements TestsConstants
    This class tests the FormClient class.
    Since:
    1.4.0
    Author:
    Jerome Leleu
    • Constructor Detail

      • FormClientTests

        public FormClientTests()
    • Method Detail

      • testMissingUsernamePasswordAuthenticator

        public void testMissingUsernamePasswordAuthenticator()
      • testMissingProfileCreator

        public void testMissingProfileCreator()
      • testHasDefaultProfileCreator

        public void testHasDefaultProfileCreator()
      • testMissingLoginUrl

        public void testMissingLoginUrl()
      • testRedirectionUrl

        public void testRedirectionUrl()
      • testGetCredentialsMissingUsername

        public void testGetCredentialsMissingUsername()
      • testGetCredentialsMissingPassword

        public void testGetCredentialsMissingPassword()
      • testGetCredentials

        public void testGetCredentials()
      • testGetRightCredentials

        public void testGetRightCredentials()
      • testGetUserProfile

        public void testGetUserProfile()