8 references to Text
Client.ExpectedExceptions.IntegrationTests (4)
ExpectedExceptionTests.4.1.0.cs (4)
274
Assert.True(String.Equals(exceptionReason, exception.Reason.GetMatchingTranslation().
Text
), String.Format("Expected exception reason: {0}\nActual exception reason: {1}", exceptionReason, exception.Reason.GetMatchingTranslation().
Text
));
327
Assert.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.NetFramingBase (1)
System\ServiceModel\Channels\TransportDuplexSessionChannel.cs (1)
663
string text = SR.Format(SR.ReceiveShutdownReturnedFault, reason.
Text
);
System.ServiceModel.Primitives.Tests (3)
Channels\MessageTest.cs (2)
96
Assert.Equal(faultReason, msgFault.Reason.GetMatchingTranslation().
Text
);
106
Assert.Equal(faultReason, msgFault.Reason.GetMatchingTranslation().
Text
);
ServiceModel\FaultExceptionTest.cs (1)
87
Assert.Equal("The creator of this fault did not specify a Reason.", faultReasonText.
Text
);