Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in fluent-assertions

FluentAssertions: Should contain every element of sequence

How can I check if an object inherits from another class using FluentAssertions?

c# xunit fluent-assertions

How to compare two collections that vary by properties using Fluent Assertion?

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?

How to compare lists using fluent-assertions?

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