Challenge: Converting xUnit Assertions to Fluent Assertions

Test yourself by converting the standard xUnit assertions into Fluent Assertions.

The following playground contains an application that converts MD text to HTML. The test that validates this functionality is in the MdToHtmlConverterTests.cs file inside the MainApp.Tests folder.

Currently, the test uses a standard xUnit assertion to validate the behavior. We need to modify the code so that it uses Fluent Assertions instead.

Get hands-on with 1200+ tech skills courses.