Class AttributeDisplayNameDescriptionFunctionTest
- java.lang.Object
-
- net.shibboleth.idp.consent.logic.impl.AttributeDisplayNameDescriptionFunctionTest
-
public class AttributeDisplayNameDescriptionFunctionTest extends Object
AttributeDisplayNameFunctionandAttributeDisplayDescriptionFunctionunit tests.
-
-
Field Summary
Fields Modifier and Type Field Description private net.shibboleth.idp.attribute.IdPAttributetestAttribute
-
Constructor Summary
Constructors Constructor Description AttributeDisplayNameDescriptionFunctionTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidconstructAttribute()private javax.servlet.http.HttpServletRequestgetMockRequest(String... languages)voidtestDescHttpOnly()voidtestDescWithDefault()voidtestNameHttpOnly()voidtestNameWithDefault()voidtestNullFallbackLanguage()
-
-
-
Method Detail
-
constructAttribute
@BeforeClass public void constructAttribute()
-
getMockRequest
private javax.servlet.http.HttpServletRequest getMockRequest(String... languages)
-
testNameHttpOnly
public void testNameHttpOnly()
-
testNameWithDefault
public void testNameWithDefault()
-
testDescHttpOnly
public void testDescHttpOnly()
-
testDescWithDefault
public void testDescWithDefault()
-
testNullFallbackLanguage
public void testNullFallbackLanguage()
-
-