SAML 2.0 Core Assertion namespace unit tests.
authorputmanb <putmanb@fb386ef7-a10c-0410-8ebf-fd3f8e989ab0>
Sat, 22 Jul 2006 20:18:01 +0000 (20:18 +0000)
committerputmanb <putmanb@fb386ef7-a10c-0410-8ebf-fd3f8e989ab0>
Sat, 22 Jul 2006 20:18:01 +0000 (20:18 +0000)
commit1c314df7f74c5a07dbddd38914dbca0ac9c1ae09
tree4aa96a0c29c3f986352d2333134b790bc8428de1
parenta61e073038c70e8b864ab86f95f27e27b91952d1
SAML 2.0 Core Assertion namespace unit tests.

git-svn-id: https://svn.middleware.georgetown.edu/cpp-opensaml2/trunk@55 fb386ef7-a10c-0410-8ebf-fd3f8e989ab0
83 files changed:
saml/saml2/core/Assertions.h
saml/saml2/core/impl/Assertions20Impl.cpp
samltest/Makefile.am
samltest/data/saml2/core/impl/Action.xml
samltest/data/saml2/core/impl/ActionOptionalAttributes.xml [deleted file]
samltest/data/saml2/core/impl/AdviceChildElements.xml
samltest/data/saml2/core/impl/Assertion.xml
samltest/data/saml2/core/impl/AssertionChildElements.xml
samltest/data/saml2/core/impl/AssertionIDRef.xml
samltest/data/saml2/core/impl/AssertionOptionalAttributes.xml
samltest/data/saml2/core/impl/AssertionURIRef.xml
samltest/data/saml2/core/impl/Attribute.xml
samltest/data/saml2/core/impl/AttributeChildElements.xml [new file with mode: 0644]
samltest/data/saml2/core/impl/AttributeOptionalAttributes.xml
samltest/data/saml2/core/impl/AttributeStatement.xml
samltest/data/saml2/core/impl/AttributeStatementChildElements.xml
samltest/data/saml2/core/impl/Audience.xml
samltest/data/saml2/core/impl/AudienceRestriction.xml
samltest/data/saml2/core/impl/AudienceRestrictionChildElements.xml
samltest/data/saml2/core/impl/AuthenticatingAuthority.xml
samltest/data/saml2/core/impl/AuthnContext.xml
samltest/data/saml2/core/impl/AuthnContextChildElements.xml
samltest/data/saml2/core/impl/AuthnContextClassRef.xml
samltest/data/saml2/core/impl/AuthnContextDeclRef.xml
samltest/data/saml2/core/impl/AuthnStatement.xml
samltest/data/saml2/core/impl/AuthnStatementChildElements.xml
samltest/data/saml2/core/impl/AuthnStatementOptionalAttributes.xml
samltest/data/saml2/core/impl/AuthzDecisionStatement.xml
samltest/data/saml2/core/impl/AuthzDecisionStatementChildElements.xml
samltest/data/saml2/core/impl/Conditions.xml
samltest/data/saml2/core/impl/ConditionsChildElements.xml
samltest/data/saml2/core/impl/ConditionsOptionalAttributes.xml
samltest/data/saml2/core/impl/EvidenceChildElements.xml
samltest/data/saml2/core/impl/Issuer.xml
samltest/data/saml2/core/impl/IssuerOptionalAttributes.xml [new file with mode: 0644]
samltest/data/saml2/core/impl/KeyInfoConfirmationDataType.xml [new file with mode: 0644]
samltest/data/saml2/core/impl/KeyInfoConfirmationDataTypeChildElements.xml [new file with mode: 0644]
samltest/data/saml2/core/impl/KeyInfoConfirmationDataTypeOptionalAttributes.xml [new file with mode: 0644]
samltest/data/saml2/core/impl/NameID.xml
samltest/data/saml2/core/impl/NameIDOptionalAttributes.xml
samltest/data/saml2/core/impl/NameIDType.xml [new file with mode: 0644]
samltest/data/saml2/core/impl/NameIDTypeOptionalAttributes.xml [new file with mode: 0644]
samltest/data/saml2/core/impl/OneTimeUse.xml
samltest/data/saml2/core/impl/ProxyRestriction.xml
samltest/data/saml2/core/impl/ProxyRestrictionChildElements.xml
samltest/data/saml2/core/impl/ProxyRestrictionOptionalAttributes.xml [new file with mode: 0644]
samltest/data/saml2/core/impl/Subject.xml
samltest/data/saml2/core/impl/SubjectChildElements.xml
samltest/data/saml2/core/impl/SubjectConfirmation.xml
samltest/data/saml2/core/impl/SubjectConfirmationChildElements.xml
samltest/data/saml2/core/impl/SubjectConfirmationData.xml
samltest/data/saml2/core/impl/SubjectConfirmationDataChildElements.xml [new file with mode: 0644]
samltest/data/saml2/core/impl/SubjectConfirmationDataOptionalAttributes.xml
samltest/data/saml2/core/impl/SubjectLocality.xml
samltest/data/saml2/core/impl/SubjectLocalityOptionalAttributes.xml
samltest/internal.h
samltest/saml2/core/impl/Action20Test.h [new file with mode: 0644]
samltest/saml2/core/impl/Advice20Test.h [new file with mode: 0644]
samltest/saml2/core/impl/Assertion20Test.h [new file with mode: 0644]
samltest/saml2/core/impl/AssertionIDRef20Test.h [new file with mode: 0644]
samltest/saml2/core/impl/AssertionURIRef20Test.h [new file with mode: 0644]
samltest/saml2/core/impl/Attribute20Test.h [new file with mode: 0644]
samltest/saml2/core/impl/AttributeStatement20Test.h [new file with mode: 0644]
samltest/saml2/core/impl/Audience20Test.h [new file with mode: 0644]
samltest/saml2/core/impl/AudienceRestriction20Test.h [new file with mode: 0644]
samltest/saml2/core/impl/AuthenticatingAuthority20Test.h [new file with mode: 0644]
samltest/saml2/core/impl/AuthnContext20Test.h [new file with mode: 0644]
samltest/saml2/core/impl/AuthnContextClassRef20Test.h [new file with mode: 0644]
samltest/saml2/core/impl/AuthnContextDeclRef20Test.h [new file with mode: 0644]
samltest/saml2/core/impl/AuthnStatement20Test.h [new file with mode: 0644]
samltest/saml2/core/impl/AuthzDecisionStatement20Test.h [new file with mode: 0644]
samltest/saml2/core/impl/Conditions20Test.h [new file with mode: 0644]
samltest/saml2/core/impl/Evidence20Test.h [new file with mode: 0644]
samltest/saml2/core/impl/Issuer20Test.h [new file with mode: 0644]
samltest/saml2/core/impl/KeyInfoConfirmationDataType20Test.h [new file with mode: 0644]
samltest/saml2/core/impl/NameID20Test.h [new file with mode: 0644]
samltest/saml2/core/impl/NameIDType20Test.h [new file with mode: 0644]
samltest/saml2/core/impl/OneTimeUse20Test.h [new file with mode: 0644]
samltest/saml2/core/impl/ProxyRestriction20Test.h [new file with mode: 0644]
samltest/saml2/core/impl/Subject20Test.h [new file with mode: 0644]
samltest/saml2/core/impl/SubjectConfirmation20Test.h [new file with mode: 0644]
samltest/saml2/core/impl/SubjectConfirmationData20Test.h [new file with mode: 0644]
samltest/saml2/core/impl/SubjectLocality20Test.h [new file with mode: 0644]