Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in fluent-assertions

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]

FluentAssertions Should().BeEquivalentTo() fails with Lists containing run-time specified types deriving from identical interface

c# xunit fluent-assertions

How to verify that multiple sorts have been applied to a collection?

FluentAssertions: match each object of a collection

c# .net fluent-assertions

FluentAssertions ShouldBeEquivalentTo() versus Should().BeEquivalentTo()

Fluent Assertions: Compare two numeric collections approximately

How to exclude multiple properties in FluentAssertions ShouldBeEquivalentTo()

c# fluent-assertions

How to assert that all selected properties are set (not null or empty)

c# .net fluent-assertions

FluentAssertions: Assert Collection contains Element that "IsEquivalentTo"

c# fluent-assertions

Is testing generic collections for referential equality in C# a silly idea?