Quantcast
Channel: Fluent Assertions
Browsing all 1402 articles
Browse latest View live
↧

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 Article


Commented 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 Article


New 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 Article

Commented 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 Article

Commented 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 Article


Commented 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 Article

Created 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

Commented 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 Article


Source code checked in, #67831

object.ShouldBeSameAs() now reports both objects if they are not the same

View Article


Commented 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

Source code checked in, #67832

Changed the test framework detection to scan for loaded assemblies.

View Article

Commented 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 Article

Source 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 Article


Commented 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 Article

Commented 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


Source 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 Article

Commented 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 Article


Commented 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

Commented 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

Commented 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
Browsing all 1402 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>