1 instantiation of MyOperationBehavior
UnitTests.Common (1)
ServiceInterfaces.cs (1)
180
[
MyOperationBehavior
]
5 references to MyOperationBehavior
System.ServiceModel.Primitives.Tests (5)
Description\OperationBehaviorTest.cs (5)
34
Task[] taskCollection = {
MyOperationBehavior
.validateMethodTcs.Task,
MyOperationBehavior
.addBindingParametersMethodTcs.Task,
MyOperationBehavior
.applyClientBehaviorMethodTcs.Task };
37
Assert.True(
MyOperationBehavior
.errorBuilder.Length == 0, "Test case FAILED with errors: " +
MyOperationBehavior
.errorBuilder.ToString());