Package net.shibboleth.idp.ui.csrf.impl
Class SimpleCSRFTokenTest
java.lang.Object
net.shibboleth.idp.ui.csrf.impl.SimpleCSRFTokenTest
Test the
SimpleCSRFToken.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidTest token construction with an invalid null parameter name parameter.voidTest token construction with all invalid null parameters.voidTest token construction with an invalid null token value parameter.voidTest token construction with valid parameters.
-
Field Details
-
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.
-