6 references to Ok
Client.ClientBase.IntegrationTests (3)
MessageInspectorTests.4.4.0.cs (3)
53expectedErrorDescription = TestTypes.ResultMessage.GetErrorDescription(TestTypes.ErrorCode.Ok); 56Assert.True(returnedErrorCode.Equals(TestTypes.ErrorCode.Ok), String.Format("Expected Error Code: {0}/nActual Error Code: {1}", TestTypes.ErrorCode.Ok, returnedErrorCode));
ScenarioTests.Common.Tests (3)
ScenarioTestTypes.cs (3)
111ErrorCode = (int)TestTypes.ErrorCode.Ok, 113ResultMessage = TestTypes.ResultMessage.GetErrorDescription(TestTypes.ErrorCode.Ok) 157case ErrorCode.Ok: