Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in fluent-assertions

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?

Use of `ShouldBeEquivalentTo`, `ShouldAllBeEquivalentTo`, and `BeEquivalentTo`

FluentAssertions - how make ShouldBeEquivalentTo compare empty and null as equal

c# fluent-assertions

How to combine collection and property assertions using fluent-assertions?

How to keep method return type 'void' in F#?

How to replace Assert.Fail() with FluentAssertions

How to check a list is ordered using Fluent Assertions

Extension methods overload choice

FluentAssertions Type check