thomhurst / TUnit

A modern, fast and flexible .NET testing framework
MIT License
2.32k stars 37 forks source link

Consistently use `GetResult` in assertions #846

Closed vbreuss closed 1 month ago

vbreuss commented 1 month ago

As mentioned in #844, I had a look and realized, that the method name Passes was still used in some overloads. I now consistently renamed them to GetResult and also adapted the documentation accordingly.