Class AbstractSAML1NameIdentifierGeneratorTest
- java.lang.Object
-
- org.opensaml.core.testing.OpenSAMLInitBaseTestCase
-
- org.opensaml.saml.saml1.profile.impl.AbstractSAML1NameIdentifierGeneratorTest
-
public class AbstractSAML1NameIdentifierGeneratorTest extends OpenSAMLInitBaseTestCase
Test forAbstractSAML1NameIdentifierGenerator.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description private classAbstractSAML1NameIdentifierGeneratorTest.MockSAML1NameIdentifierGenerator
-
Field Summary
Fields Modifier and Type Field Description private static StringNAME_QUALIFIER
-
Constructor Summary
Constructors Constructor Description AbstractSAML1NameIdentifierGeneratorTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidtestDefaultQualifier()voidtestFull()voidtestNoFormat()voidtestOmitSet()voidtestOmitUnset()-
Methods inherited from class org.opensaml.core.testing.OpenSAMLInitBaseTestCase
initOpenSAML
-
-
-
-
Field Detail
-
NAME_QUALIFIER
private static final String NAME_QUALIFIER
- See Also:
- Constant Field Values
-
-
Method Detail
-
testNoFormat
public void testNoFormat() throws ComponentInitializationException- Throws:
ComponentInitializationException
-
testFull
public void testFull() throws ComponentInitializationException, SAMLException
-
testOmitSet
public void testOmitSet() throws ComponentInitializationException, SAMLException
-
testOmitUnset
public void testOmitUnset() throws ComponentInitializationException, SAMLException
-
testDefaultQualifier
public void testDefaultQualifier() throws ComponentInitializationException, SAMLException
-
-