Class ParameterExtractorTests

java.lang.Object
org.pac4j.http.credentials.extractor.ParameterExtractorTests
All Implemented Interfaces:
org.pac4j.core.util.TestsConstants

public final class ParameterExtractorTests extends Object implements org.pac4j.core.util.TestsConstants
This class tests the ParameterExtractor.
Since:
1.8.0
Author:
Jerome Leleu
  • Constructor Details

    • ParameterExtractorTests

      public ParameterExtractorTests()
  • Method Details

    • testRetrieveGetParameterOk

      public void testRetrieveGetParameterOk()
    • testRetrievePostParameterOk

      public void testRetrievePostParameterOk()
    • testRetrievePostParameterNotSupported

      public void testRetrievePostParameterNotSupported()
    • testRetrieveGetParameterNotSupported

      public void testRetrieveGetParameterNotSupported()
    • testRetrieveNoGetParameter

      public void testRetrieveNoGetParameter()
    • testRetrieveNoPostParameter

      public void testRetrieveNoPostParameter()