Class AttributeTest


  • public class AttributeTest
    extends org.opensaml.core.testing.OpenSAMLInitBaseTestCase
    Unit test for IdPAttribute class.
    • Constructor Detail

      • AttributeTest

        public AttributeTest()
    • 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()