Ejemplo n.º 1
0
 public void BadFormatSamlResponseException_SerializationCtor()
 {
     ExceptionTestHelpers.TestSerializationCtor <BadFormatSamlResponseException>();
 }
 public void InvalidSignatureException_SerializationCtor()
 {
     ExceptionTestHelpers.TestSerializationCtor <InvalidSignatureException>();
 }
Ejemplo n.º 3
0
 public void BadFormatSamlResponseException_DefaultCtor()
 {
     ExceptionTestHelpers.TestDefaultCtor <BadFormatSamlResponseException>();
 }
Ejemplo n.º 4
0
 public void Saml2ResponseFailedValidationExecption_SerializationCtor()
 {
     ExceptionTestHelpers.TestSerializationCtor <Saml2ResponseFailedValidationException>();
 }
 public void InvalidSignatureException_DefaultCtor()
 {
     ExceptionTestHelpers.TestDefaultCtor <InvalidSignatureException>();
 }
 public void AuthServicesException_SerializationCtor()
 {
     ExceptionTestHelpers.TestSerializationCtor <ConcreteAuthServicesException>();
 }
Ejemplo n.º 7
0
 public void Saml2ResponseFailedValidationExecption_DefaultCtor()
 {
     ExceptionTestHelpers.TestDefaultCtor <Saml2ResponseFailedValidationException>();
 }
Ejemplo n.º 8
0
 public void Saml2Exception_SerializationCtor()
 {
     ExceptionTestHelpers.TestSerializationCtor <ConcreteSaml2Exception>();
 }
 public void AuthServicesException_DefaultCtor()
 {
     ExceptionTestHelpers.TestDefaultCtor <ConcreteAuthServicesException>();
 }
Ejemplo n.º 10
0
 public void UnexpectedInResponseToException_SerializationCtor()
 {
     ExceptionTestHelpers.TestSerializationCtor <UnexpectedInResponseToException>();
 }
Ejemplo n.º 11
0
 public void Saml2Exception_DefaultCtor()
 {
     ExceptionTestHelpers.TestDefaultCtor <ConcreteSaml2Exception>();
 }
Ejemplo n.º 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>();
 }