Package net.shibboleth.idp.attribute
Class ByteAttributeValueTest
- java.lang.Object
-
- net.shibboleth.idp.attribute.ByteAttributeValueTest
-
public class ByteAttributeValueTest extends Object
Unit test forScopedStringAttributeValue.
-
-
Field Summary
Fields Modifier and Type Field Description (package private) static byte[]DATA1(package private) static byte[]DATA2(package private) static byte[]DATAEQUALS1
-
Constructor Summary
Constructors Constructor Description ByteAttributeValueTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidequality()Test equality of two objects.voidinstantiation()Test proper instantiation of the object.voidtoHexStringBase64()
-
-
-
Method Detail
-
instantiation
public void instantiation()
Test proper instantiation of the object.
-
equality
public void equality()
Test equality of two objects.
-
toHexStringBase64
public void toHexStringBase64() throws DecodingException, EncodingException- Throws:
DecodingExceptionEncodingException
-
-