10 references to errorBuilder
System.ServiceModel.Primitives.Tests (2)
Description\OperationBehaviorTest.cs (2)
37
Assert.True(MyOperationBehavior.
errorBuilder
.Length == 0, "Test case FAILED with errors: " + MyOperationBehavior.
errorBuilder
.ToString());
UnitTests.Common (8)
TestHelpers.cs (8)
379
errorBuilder
.AppendLine(String.Format("AddBindingParameters {1}", errorMessage));
383
errorBuilder
.AppendLine(String.Format("A parameter passed into the AddBindingParameters method was null/nThe null parameter is: {0}", typeof(OperationDescription).ToString()));
387
errorBuilder
.AppendLine(String.Format("A parameter passed into the AddBindingParameters method was null/nThe null parameter is: {0}", typeof(BindingParameterCollection).ToString()));
398
errorBuilder
.AppendLine(String.Format("ApplyClientBehavior {1}", errorMessage));
402
errorBuilder
.AppendLine(String.Format("A parameter passed into the ApplyClientBehavior method was null/nThe null parameter is: {0}", typeof(OperationDescription).ToString()));
406
errorBuilder
.AppendLine(String.Format("A parameter passed into the ApplyClientBehavior method was null/nThe null parameter is: {0}", typeof(ClientOperation).ToString()));
423
errorBuilder
.AppendLine(String.Format("Validate {1}", errorMessage));
428
errorBuilder
.AppendLine(String.Format("The parameter passed into the Validate method was null/nThe null parameter is: {0}", typeof(OperationDescription).ToString()));