Commented Feature: Create assertions for IDictionary [11048]
Assertions to support:- ContainKey- NotContainKey- BeEmpty- NotBeEmpty- HaveCount Etc....Example:var dictionary = new Dictionary<int, string>() { { 1, "One" }...
View ArticleCommented Feature: Create assertions for IDictionary [11048]
Assertions to support:- ContainKey- NotContainKey- BeEmpty- NotBeEmpty- HaveCount Etc....Example:var dictionary = new Dictionary<int, string>() { { 1, "One" }...
View ArticleCommented Feature: Create assertions for IDictionary [11048]
Assertions to support:- ContainKey- NotContainKey- BeEmpty- NotBeEmpty- HaveCount Etc....Example:var dictionary = new Dictionary<int, string>() { { 1, "One" }...
View ArticleSource code checked in, #68296
Fixed implementation of {reason} tag in failure messages.
View ArticleCommented Feature: Create assertions for IDictionary [11048]
Assertions to support:- ContainKey- NotContainKey- BeEmpty- NotBeEmpty- HaveCount Etc....Example:var dictionary = new Dictionary<int, string>() { { 1, "One" }...
View ArticleSource code checked in, #68304
Added support for specifying whether an exception message must match exact, must contain a substring or match using wildcards
View ArticleCommented Issue: current IComparable asserts aren't available for IComparable...
same as the title, don't really think I can add much more,btw, started using your library today, and so far loving it, great work.Comments: Associated with changeset 68304.
View ArticleSource code checked in, #68309
Fixed a breaking change caused by the way the compiler used the IComparable extensions for basic types
View ArticleCommented Issue: current IComparable asserts aren't available for IComparable...
same as the title, don't really think I can add much more,btw, started using your library today, and so far loving it, great work.Comments: Associated with changeset 68309.
View ArticleCreated Issue: Add .BeNull() and .BeNotNull() assertions for nullable types...
Hi,could you add .BeNull() and .BeNotNull() assertions for Nullable types, please?Thanls
View ArticleCommented Issue: Add .BeNull() and .BeNotNull() assertions for nullable types...
Hi,could you add .BeNull() and .BeNotNull() assertions for Nullable types, please?ThanlsComments: ** Comment from web user: dennisdoomen ** If I'm not mistaken, all supported types have a HaveValue()...
View ArticleCommented Feature: Create assertions for IDictionary [11048]
Assertions to support:- ContainKey- NotContainKey- BeEmpty- NotBeEmpty- HaveCount Etc....Example:var dictionary = new Dictionary<int, string>() { { 1, "One" }...
View ArticleClosed Feature: Create assertions for IDictionary [11048]
Assertions to support:- ContainKey- NotContainKey- BeEmpty- NotBeEmpty- HaveCount Etc....Example:var dictionary = new Dictionary<int, string>() { { 1, "One" }...
View ArticleCommented Feature: Add myString.Should().NotContain() and...
Comments: ** Comment from web user: LarsCorneliussen ** When is this to be released?
View ArticleCommented Feature: Add myString.Should().NotContain() and...
Comments: ** Comment from web user: dennisdoomen ** I'm trying to complete support for IComparable<T>, but I'm also in the middle of moving to a new house. I hope somewhere next week.
View Article