1 write to TestResult
Contract.Message.IntegrationTests (1)
TestTypes.4.4.0.cs (1)
143
TestResult
= testResult;
3 references to TestResult
Contract.Message.IntegrationTests (3)
MessageContractTests.4.4.0.cs (3)
112
Assert.True(String.Equals(testString, response.
TestResult
),
113
$"Expected {nameof(response.
TestResult
)} = {testString}, actual was {response.
TestResult
}");