Package net.shibboleth.idp.attribute
Class AttributeContextTest
- java.lang.Object
-
- net.shibboleth.idp.attribute.AttributeContextTest
-
public class AttributeContextTest extends Object
Unit test forAttributeContextclass.
-
-
Constructor Summary
Constructors Constructor Description AttributeContextTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidattributeContext()private voidcontextAttributes(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.
-
-
-
Method Detail
-
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()
-
-