Beispiel #1
0
 public void BadFormatSamlResponseException_SerializationCtor()
 {
     ExceptionTestHelpers.TestSerializationCtor <BadFormatSamlResponseException>();
 }
 public void InvalidSignatureException_SerializationCtor()
 {
     ExceptionTestHelpers.TestSerializationCtor <InvalidSignatureException>();
 }
Beispiel #3
0
 public void BadFormatSamlResponseException_DefaultCtor()
 {
     ExceptionTestHelpers.TestDefaultCtor <BadFormatSamlResponseException>();
 }
Beispiel #4
0
 public void Saml2ResponseFailedValidationExecption_SerializationCtor()
 {
     ExceptionTestHelpers.TestSerializationCtor <Saml2ResponseFailedValidationException>();
 }
 public void InvalidSignatureException_DefaultCtor()
 {
     ExceptionTestHelpers.TestDefaultCtor <InvalidSignatureException>();
 }
 public void AuthServicesException_SerializationCtor()
 {
     ExceptionTestHelpers.TestSerializationCtor <ConcreteAuthServicesException>();
 }
Beispiel #7
0
 public void Saml2ResponseFailedValidationExecption_DefaultCtor()
 {
     ExceptionTestHelpers.TestDefaultCtor <Saml2ResponseFailedValidationException>();
 }
Beispiel #8
0
 public void Saml2Exception_SerializationCtor()
 {
     ExceptionTestHelpers.TestSerializationCtor <ConcreteSaml2Exception>();
 }
 public void AuthServicesException_DefaultCtor()
 {
     ExceptionTestHelpers.TestDefaultCtor <ConcreteAuthServicesException>();
 }
Beispiel #10
0
 public void UnexpectedInResponseToException_SerializationCtor()
 {
     ExceptionTestHelpers.TestSerializationCtor <UnexpectedInResponseToException>();
 }
Beispiel #11
0
 public void Saml2Exception_DefaultCtor()
 {
     ExceptionTestHelpers.TestDefaultCtor <ConcreteSaml2Exception>();
 }
Beispiel #12
0
 public void UnexpectedInResponseToException_DefaultCtor()
 {
     ExceptionTestHelpers.TestDefaultCtor <UnexpectedInResponseToException>();
 }
 public void NoSamlResponseFoundException_SerializationCtor()
 {
     ExceptionTestHelpers.TestSerializationCtor <NoSamlResponseFoundException>();
 }
 public void NoSamlResponseFoundException_DefaultCtor()
 {
     ExceptionTestHelpers.TestDefaultCtor <NoSamlResponseFoundException>();
 }
 public void InvalidSamlOperationException_SerializationCtor()
 {
     ExceptionTestHelpers.TestSerializationCtor <UnsuccessfulSamlOperationException>();
 }
 public void InvalidSamlOperationException_DefaultCtor()
 {
     ExceptionTestHelpers.TestDefaultCtor <UnsuccessfulSamlOperationException>();
 }