Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

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()?