Make your C# Automated Tests More Clear with xUnit Assertions

Alex Siminiuc
3 min readApr 23, 2021

What makes an automated test more clear?

By automated test, I understand any test that automates a test case so the test can be for the UI, for an API or anything else.

An automated test is clear if it is short and it is written from the user’s point of view.

--

--