Class SimpleCSRFTokenTest

java.lang.Object
net.shibboleth.idp.ui.csrf.impl.SimpleCSRFTokenTest

public class SimpleCSRFTokenTest extends Object
Test the SimpleCSRFToken.
  • Field Details

    • nullObj

      private Object nullObj
      Something to spoof the null checker.
  • Constructor Details

    • SimpleCSRFTokenTest

      public SimpleCSRFTokenTest()
  • Method Details

    • testTokenConstruction

      public void testTokenConstruction()
      Test token construction with valid parameters.
    • testNullValueConstruction

      public void testNullValueConstruction()
      Test token construction with an invalid null token value parameter.
    • testNullParamConstruction

      public void testNullParamConstruction()
      Test token construction with an invalid null parameter name parameter.
    • testNullValueAndParamConstruction

      public void testNullValueAndParamConstruction()
      Test token construction with all invalid null parameters.