Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in fluent-assertions

FluentAssertions: check a list contains an object, excluding a property

.net fluent-assertions

Latest nuget packge for FluentAssertions missing System.Xml references

fluent-assertions

Fluent Assertion: Dictionary Should BeEquivalentTo Excluding Property on Dictionary Value

FluentAssertions Should().BeEquivalentTo doesn't compare run-time derived types on EF dynamic proxies

Fluent Assertions - Overriding comparison in ShouldBeEquivalentTo()

c# fluent-assertions

FluentAssertions Throw() not listed to use

c# nunit fluent-assertions

Satisfy() in Fluent Assertions does not work with collections of class objects

FluentAssertions AssertionScope Context SubPath

c# .net fluent-assertions

How to test MediatR handlers in XUnit with FluentAssertions

Using FluentAssertions .Should().NotBeNull() instead of Assert.NotNull(record.Message) give a Possible NullReference smell

FluentAssertions Should().BeEquivalentTo() fails in trivial case when types are C# 9 records, seemingly treating objects as strings

c# .net-5 fluent-assertions

Fluent Assertions - null and empty string comparison [closed]

c# fluent-assertions

FluentAssertions Should().BeOfType() or derived type?

fluent-assertions

Fluent Assertions BeEquivalentTo for mixed object with case difference in matching strings

c# fluent-assertions

Using FluentAssertions NotBeNull isn't taken into account by nullable analysers

How to create custom FluentAssertion error messages?

c# fluent-assertions

Fluent assertions - how to properly chain after a type check

c# .net fluent-assertions

Fluent assertion Should().ThrowExactlyAsync should fail for derived types, but it doesn't