Awesome
FluentAssertion Extensions
Several extensions to the awesome FluentAssertion library.
Usage
This library features assertions that continously poll a property until the desired condition is met. Example:
myObject.Property(x => x.IsFinished).ShouldEventually().BeTrue(TimeSpan.FromSeconds(2));
Credits
Simon Mießler 2019