Class AttributeTranscoderRegistryImplTest
- java.lang.Object
-
- net.shibboleth.idp.attribute.transcoding.impl.AttributeTranscoderRegistryImplTest
-
public class AttributeTranscoderRegistryImplTest extends Object
Test forAttributeTranscoderRegistryImpl.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAttributeTranscoderRegistryImplTest.MyPair<T,U>Marker class to exercise subtype support.
-
Field Summary
Fields Modifier and Type Field Description private net.shibboleth.idp.attribute.transcoding.impl.AttributeTranscoderRegistryImplregistry
-
Constructor Summary
Constructors Constructor Description AttributeTranscoderRegistryImplTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidtearDown()voidtestDecodeInactive()voidtestDecodeNoMappings()voidtestDecodeOneNoValues()voidtestDecodeOneStringValues()voidtestDecodeOneUnsupportedValues()voidtestDecodeTwoNoValues()voidtestDecodeTwoStringValues()voidtestDecodeTwoUnsupportedValues()voidtestEncodeNoMappings()voidtestEncodeNoValues()voidtestEncodeStringValues()voidtestEncodeSubtypeStringValues()voidtestEncodeUnsupportedValues()
-
-
-
Method Detail
-
setUp
@BeforeClass public void setUp() throws ComponentInitializationException
- Throws:
ComponentInitializationException
-
tearDown
@AfterClass public void tearDown()
-
testEncodeNoMappings
public void testEncodeNoMappings() throws AttributeEncodingException- Throws:
AttributeEncodingException
-
testDecodeNoMappings
public void testDecodeNoMappings() throws AttributeDecodingException- Throws:
AttributeDecodingException
-
testDecodeInactive
public void testDecodeInactive() throws AttributeDecodingException- Throws:
AttributeDecodingException
-
testEncodeNoValues
public void testEncodeNoValues() throws AttributeEncodingException- Throws:
AttributeEncodingException
-
testDecodeOneNoValues
public void testDecodeOneNoValues() throws AttributeDecodingException- Throws:
AttributeDecodingException
-
testDecodeTwoNoValues
public void testDecodeTwoNoValues() throws AttributeDecodingException- Throws:
AttributeDecodingException
-
testEncodeStringValues
public void testEncodeStringValues() throws AttributeEncodingException- Throws:
AttributeEncodingException
-
testEncodeSubtypeStringValues
public void testEncodeSubtypeStringValues() throws AttributeEncodingException- Throws:
AttributeEncodingException
-
testDecodeOneStringValues
public void testDecodeOneStringValues() throws AttributeDecodingException- Throws:
AttributeDecodingException
-
testDecodeTwoStringValues
public void testDecodeTwoStringValues() throws AttributeDecodingException- Throws:
AttributeDecodingException
-
testEncodeUnsupportedValues
public void testEncodeUnsupportedValues() throws AttributeEncodingException- Throws:
AttributeEncodingException
-
testDecodeOneUnsupportedValues
public void testDecodeOneUnsupportedValues() throws AttributeDecodingException- Throws:
AttributeDecodingException
-
testDecodeTwoUnsupportedValues
public void testDecodeTwoUnsupportedValues() throws AttributeDecodingException- Throws:
AttributeDecodingException
-
-