Package net.shibboleth.idp.attribute
Class AttributeTest
- java.lang.Object
-
- org.opensaml.core.testing.OpenSAMLInitBaseTestCase
-
- net.shibboleth.idp.attribute.AttributeTest
-
public class AttributeTest extends org.opensaml.core.testing.OpenSAMLInitBaseTestCaseUnit test forIdPAttributeclass.
-
-
Constructor Summary
Constructors Constructor Description AttributeTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcloneToString()voiddisplayDescriptions()Tests that display descriptions are properly added and modified.voiddisplayNames()Tests that display names are properly added and modified.voiddisplayValues()voidinstantiation()Tests that the attribute has its expected state after instantiation.voidnames()voidnullEmptyId()Tests that null/empty IDs aren't accepted.voidvalues()Tests that values are properly added and modified.
-
-
-
Method Detail
-
instantiation
public void instantiation()
Tests that the attribute has its expected state after instantiation.
-
nullEmptyId
public void nullEmptyId()
Tests that null/empty IDs aren't accepted.
-
displayNames
public void displayNames()
Tests that display names are properly added and modified.
-
displayDescriptions
public void displayDescriptions()
Tests that display descriptions are properly added and modified.
-
values
public void values()
Tests that values are properly added and modified.
-
cloneToString
public void cloneToString()
-
names
public void names()
-
displayValues
public void displayValues()
-
-