Commented 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: ** Comment from web user: dennisdoomen ** I'll look in it.
View ArticleCommented Issue: Test framework detection not working [11012]
Instead of trying to detect the framework using Assembly.Load Method, we should use something like thisAppDomain.CurrentDomain.GetAssemblies().Any(a => a.GetName().Name =...
View ArticleNew Post: Should Assertion Library or FluentAssertions
Well, for one, because FluentAssertions is still under active development. I'm trying to get some fixes and improvements in place so that I can release version 1.5 soon. My two most important goals are...
View ArticleCommented Issue: Test framework detection not working [11012]
Instead of trying to detect the framework using Assembly.Load Method, we should use something like thisAppDomain.CurrentDomain.GetAssemblies().Any(a => a.GetName().Name =...
View ArticleCommented Issue: Test framework detection not working [11012]
Instead of trying to detect the framework using Assembly.Load Method, we should use something like thisAppDomain.CurrentDomain.GetAssemblies().Any(a => a.GetName().Name =...
View ArticleCommented Issue: Test framework detection not working [11012]
Instead of trying to detect the framework using Assembly.Load Method, we should use something like thisAppDomain.CurrentDomain.GetAssemblies().Any(a => a.GetName().Name =...
View ArticleCreated Issue: Add BeNullOrWhiteSpace() & NotBeNullOrWhiteSpace() [11016]
Duplicate the current BeNullOrEmpty() & NotBeNullOrEmpty() but test for NullOrWhiteSpace.Example.string actual = "ABCDEFGHI";actual.Should().NotBeNullOrWhiteSpace() // does not throw...
View ArticleCommented Issue: When a different exception is detected, it should include...
Currently, when another exception is thrown than the one expected, it is difficult to determine what went wrong, because the Message and Stacktrace is not shown.Comments: Associated with changeset 67827.
View ArticleSource code checked in, #67831
object.ShouldBeSameAs() now reports both objects if they are not the same
View ArticleCommented Issue: Add BeNullOrWhiteSpace() & NotBeNullOrWhiteSpace() [11016]
Duplicate the current BeNullOrEmpty() & NotBeNullOrEmpty() but test for NullOrWhiteSpace.Example.string actual = "ABCDEFGHI";actual.Should().NotBeNullOrWhiteSpace() // does not throw...
View ArticleSource code checked in, #67832
Changed the test framework detection to scan for loaded assemblies.
View ArticleCommented Issue: Test framework detection not working [11012]
Instead of trying to detect the framework using Assembly.Load Method, we should use something like thisAppDomain.CurrentDomain.GetAssemblies().Any(a => a.GetName().Name =...
View ArticleSource code checked in, #67834
Changed the behavior of the collection.Be(Not)SubsetOf() method. An empty set is now treated as a subset of ANY set.
View ArticleCommented Issue: BeSubsetOf and BeEquivalentTo should work with empty sets...
In the current implementations of BeSubsetOf and BeEquivalentTo there is an explicit check to see if the source is Empty and asserts failure if so. I think this is wrong for two reasons. First, an...
View ArticleCommented Issue: Add BeNullOrWhiteSpace() & NotBeNullOrWhiteSpace() [11016]
Duplicate the current BeNullOrEmpty() & NotBeNullOrEmpty() but test for NullOrWhiteSpace.Example.string actual = "ABCDEFGHI";actual.Should().NotBeNullOrWhiteSpace() // does not throw...
View ArticleSource code checked in, #67835
Changed the behavior of the collection.Be(Not)EquivalentTo() method. An empty set is now treated as equivalent to another empty set.
View ArticleCommented Issue: BeSubsetOf and BeEquivalentTo should work with empty sets...
In the current implementations of BeSubsetOf and BeEquivalentTo there is an explicit check to see if the source is Empty and asserts failure if so. I think this is wrong for two reasons. First, an...
View ArticleCommented Issue: Add BeNullOrWhiteSpace() & NotBeNullOrWhiteSpace() [11016]
Duplicate the current BeNullOrEmpty() & NotBeNullOrEmpty() but test for NullOrWhiteSpace.Example.string actual = "ABCDEFGHI";actual.Should().NotBeNullOrWhiteSpace() // does not throw...
View ArticleCommented Issue: Add BeNullOrWhiteSpace() & NotBeNullOrWhiteSpace() [11016]
Duplicate the current BeNullOrEmpty() & NotBeNullOrEmpty() but test for NullOrWhiteSpace.Example.string actual = "ABCDEFGHI";actual.Should().NotBeNullOrWhiteSpace() // does not throw...
View ArticleCommented Issue: Add BeNullOrWhiteSpace() & NotBeNullOrWhiteSpace() [11016]
Duplicate the current BeNullOrEmpty() & NotBeNullOrEmpty() but test for NullOrWhiteSpace.Example.string actual = "ABCDEFGHI";actual.Should().NotBeNullOrWhiteSpace() // does not throw...
View Article