10 references to stringValue
Contract.Service.IntegrationTests (10)
ServiceContractTests.4.0.0.cs (10)
97Assert.True((uniqueType.stringValue == message), 98String.Format("The 'stringValue' field in the instance of 'UniqueType' was not as expected. expected {0} but got {1}", message, uniqueType.stringValue)); 191Assert.True((uniqueType.stringValue == message), 192String.Format("The 'stringValue' field in the instance of 'UniqueType' was not as expected. expected {0} but got {1}", message, uniqueType.stringValue)); 229Assert.True((uniqueType.stringValue == message), 230String.Format("The value of the 'stringValue' field in the UniqueType instance was not as expected. expected {0} but got {1}", message, uniqueType.stringValue)); 237Assert.True((uniqueType.stringValue == message), 238String.Format("The value of the 'stringValue' field in the UniqueType instance was not as expected. expected {0} but got {1}", message, uniqueType.stringValue)); 275Assert.True((uniqueType.stringValue == message), 276String.Format("The value of the 'stringValue' field in the UniqueType instance was not as expected. expected {0} but got {1}", message, uniqueType.stringValue));