Comparing object equivalence for dictionaries

first post: sarah99 wrote: I've been using ShouldBeEquivalentTo() to compare 2 dictionaries, w...

latest post: dennisdoomen wrote: Hi Sarah, Version 2.0 doesn't even really support dictionaries. It...

Support for C# Dynamics

first post: mattslav wrote: It seems that there is no support for c# dynamics. Can this be conf...

latest post: sarah99 wrote: You could try delcaring your test item as an object, that worked fo...

Bug: Optional parameters in .NET 3.5 build

first post: nengberg wrote: Hi, I'm working on a project that has target framework of .NET 3....

latest post: dennisdoomen wrote: Actually, you need Visual Studio 2010. Named and optional arguments...

Adding a method to measure how many times some text repeats within a string

first post: EyalShilony wrote: Hello, I want to measure how many times some text repeats within a...

latest post: EyalShilony wrote: Well, overloading Contains seems like one way to do that or adding ...

Exception in Excluding from nested property.

first post: d3nver wrote: hi I tried exclude from test one property how writing in Docs: ord...

latest post: d3nver wrote: **dennisdoomen wrote:** > Then you need the other overload and use ...

Why so many negation methods?

first post: EyalShilony wrote: Hello, Don't you think that one negation property is a lot better ...

latest post: EyalShilony wrote: Yeah you can either do it.Should().Not().BeWhatever() or it.ShouldN...

Mappings in object graph comparisons

first post: leoghann wrote: I have a couple of object graph comparison cases that I'm struggli...

latest post: dennisdoomen wrote: Cool!

Why does Should().ContainSingle() accept predicate mandatory

first post: abatishchev wrote: Comparing to LINQ having both Single() and Single(predicate), I wan...

latest post: dennisdoomen wrote: I'm not sure. We started with the idea of chaining. But since then ...

Why doesn't NotBeSameAs() work with GenericCollectionAssertions?

first post: chronodm wrote: I'm implementing a special case of an immutable dictionary, which f...

latest post: dennisdoomen wrote: Ah, I understand now. Since your subject-under-test is an IEnumerab...

ShouldBeEquivalentTo method still relies on override of Object.Equals()?

first post: mitchabaza wrote: I have a class, let's call it Foo, that is a value type and hence ...

latest post: dennisdoomen wrote: Hi Mitch, The commit that fixes the Equals() problem can be tracke...