Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in fluent-assertions

Fluent Assertions: Using BeCloseTo on a collection of DateTime properties

FluentAssertions ShouldNotThrow is not recognised for an async method/Func

Fluent Assertions: Approximately compare a classes properties

NUnit or Fluent Assertions test for reference equality?

Can Fluent Assertions use a string-insensitive comparison for IEnumerable<string>?

Multiple assertions using Fluent Assertions library

Fluent assertions: Assert one OR another value

C# Fluent Assertions global options for ShouldBeEquivalentTo

c# fluent-assertions

How to compare two Json objects using C#

FluentAssertions Asserting multiple properties of a single object

FluentAssertions: ShouldBeEquivalentTo vs Should().Be() vs Should().BeEquivalentTo()?

FluentAssertions: equivalence of sorted lists

How to use Fluent Assertions to test for exception in inequality tests?

How to use Exclude in FluentAssertions for property in collection?

Testing for exceptions in async methods