Class AttributeTest

java.lang.Object
org.opensaml.core.testing.OpenSAMLInitBaseTestCase
net.shibboleth.idp.attribute.AttributeTest

public class AttributeTest extends OpenSAMLInitBaseTestCase
Unit test for IdPAttribute class.
  • Constructor Details

    • AttributeTest

      public AttributeTest()
  • Method Details

    • instantiation

      public void instantiation()
      Tests that the attribute has its expected state after instantiation.
    • emptyId

      public void emptyId()
      Tests that empty IDs aren't accepted.
    • values

      public void values()
      Tests that values are properly added and modified.
    • cloneToString

      public void cloneToString()
    • names

      public void names()
    • displayValues

      public void displayValues()