Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in fluent-assertions

How can I compare null and string.Empty (or "") in fluent assertions?

invoking an async task on fluentassertion

c# fluent-assertions

How can I make FluentAssertions ShouldBeEquivalentTo check for type when comparing?

c# fluent-assertions

FluentAssertions Should.Equal on collections, containing nulls

c# fluent-assertions

Comparing Enums with custom Fluent Assertions Equivalency Step

c# .net fluent-assertions

Opposite of ShouldBeEquivalentTo

Ambiguous Call when using Should().NotBeNull() on As item

fluent-assertions

Checking ShouldThrow Exception.Data in Fluent Assertions in .NET

Can I tell FluentAssertions to ignore Equals method when using BeEquivalentTo

c# fluent-assertions

In FluentAssertions, why is Should a method instead of a property?

c# .net fluent-assertions

FluentAssertions: string does not contain a definition for ShouldBeEquivalentTo

c# fluent-assertions nspec

Is this a bug when comparing a nullable type with its underlying type using FluentAssertions?

How to chain multiple 'And' when checking exception with FluentAssertions

fluent-assertions

How do I exclude a property of all items in IEnumerable when using ShouldBeEquivalentTo?

I have a unit test project which references FluentAssertions, I get errors when I update to version 3

fluent-assertions

How to compare case insensitive string using FluentAssertions? C# [duplicate]

c# fluent-assertions

(When) would it be a good idea to use FluentAssertions? [closed]

How to compare lists using fluent-assertions?

How to assert all items in a collection using fluent-assertions?