7 references to GetMatchingTranslation
Client.ExpectedExceptions.IntegrationTests (4)
ExpectedExceptionTests.4.1.0.cs (4)
274Assert.True(String.Equals(exceptionReason, exception.Reason.GetMatchingTranslation().Text), String.Format("Expected exception reason: {0}\nActual exception reason: {1}", exceptionReason, exception.Reason.GetMatchingTranslation().Text)); 327Assert.True(String.Equals(exceptionReason, exception.Reason.GetMatchingTranslation().Text), String.Format("Expected exception reason: {0}\nActual exception reason: {1}", exceptionReason, exception.Reason.GetMatchingTranslation().Text));
System.ServiceModel.Primitives (1)
System\ServiceModel\FaultReason.cs (1)
150return GetMatchingTranslation().Text;
System.ServiceModel.Primitives.Tests (2)
Channels\MessageTest.cs (2)
96Assert.Equal(faultReason, msgFault.Reason.GetMatchingTranslation().Text); 106Assert.Equal(faultReason, msgFault.Reason.GetMatchingTranslation().Text);