Class AttributeContextTest

java.lang.Object
net.shibboleth.idp.attribute.AttributeContextTest

public class AttributeContextTest extends Object
Unit test for AttributeContext class.
  • Constructor Details

    • AttributeContextTest

      public AttributeContextTest()
  • Method Details

    • contextAttributes

      private void contextAttributes(net.shibboleth.idp.attribute.context.AttributeContext context, int expectedSize)
      Test that the attributes from the supplied context cannot be modified and that there as many as we expected.
      Parameters:
      context - ...
      expectedSize - ...
    • attributeContext

      public void attributeContext()