atata-framework / atata

C#/.NET test automation framework for web
https://atata.io
Apache License 2.0
490 stars 80 forks source link

Update `Stringifier` to return char value as string wrapped with quotes #804

Closed YevgeniyShunevych closed 8 months ago

YevgeniyShunevych commented 8 months ago

This should affect assertion error messages for char types and corresponding log messages.

Wrong SomeCharProperty
Expected: a
  Actual: b

->

Wrong SomeCharProperty
Expected: 'a'
  Actual: 'b'