8 references to AddOptionalUserMessage
System.Windows.Forms.Primitives.TestUtilities (8)
Extensions\AssertExtensions.cs (8)
316? AddOptionalUserMessage($"Expected: <null> to be greater than <null>.", userMessage) 317: AddOptionalUserMessage($"Expected: <null> to be greater than {greaterThan}.", userMessage)); 320throw new XunitException(AddOptionalUserMessage($"Expected: {actual} to be greater than {greaterThan}", userMessage)); 334throw new XunitException(AddOptionalUserMessage($"Expected: <null> to be less than <null>.", userMessage)); 344throw new XunitException(AddOptionalUserMessage($"Expected: {actual} to be less than {lessThan}", userMessage)); 359throw new XunitException(AddOptionalUserMessage($"Expected: {actual} to be less than or equal to {lessThanOrEqualTo}", userMessage)); 380throw new XunitException(AddOptionalUserMessage($"Expected: <null> to be greater than or equal to <null>.", userMessage)); 385throw new XunitException(AddOptionalUserMessage($"Expected: {actual} to be greater than or equal to {greaterThanOrEqualTo}", userMessage));