Class CASDateTimeAttributeTranscoderTest
- java.lang.Object
-
- net.shibboleth.idp.cas.attribute.transcoding.impl.CASDateTimeAttributeTranscoderTest
-
public class CASDateTimeAttributeTranscoderTest extends Object
CASDateTimeAttributeTranscoderunit test.
-
-
Field Summary
Fields Modifier and Type Field Description private static StringATTR_IDprivate static StringATTR_NAMEprivate AttributeTranscoderRegistryImplregistryprivate static StringSTRING_INVALIDprivate static StringSTRING_ISOprivate static StringSTRING_MSECSprivate static StringSTRING_SECS
-
Constructor Summary
Constructors Constructor Description CASDateTimeAttributeTranscoderTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidemptyDecode()voidemptyEncode()voidinappropriate()voidsetUp()voidsingle()voidsingleDecode()voidtearDown()
-
-
-
Field Detail
-
registry
private AttributeTranscoderRegistryImpl registry
-
ATTR_ID
private static final String ATTR_ID
- See Also:
- Constant Field Values
-
ATTR_NAME
private static final String ATTR_NAME
- See Also:
- Constant Field Values
-
STRING_SECS
private static final String STRING_SECS
- See Also:
- Constant Field Values
-
STRING_MSECS
private static final String STRING_MSECS
- See Also:
- Constant Field Values
-
STRING_ISO
private static final String STRING_ISO
- See Also:
- Constant Field Values
-
STRING_INVALID
private static final String STRING_INVALID
- See Also:
- Constant Field Values
-
-
Method Detail
-
setUp
@BeforeClass public void setUp() throws ComponentInitializationException- Throws:
ComponentInitializationException
-
tearDown
@AfterClass public void tearDown()
-
-