Closed Issue: Assertion HaveValue and NotHaveValue are missing for Nullable...
I´m using FluentAssertions 1.7.0 and the methods HaveValue and NotHaveValue are missing for properties of type Nullable<int>.For Nullable<DateTime> they are...
View ArticleReviewed: Release 1.7.0 (Jan 30, 2012)
Rated 5 Stars (out of 5) - Works well, very simple and powerful.
View ArticleCreated Issue: float/double.Should().Be is missing [11704]
It seems that Be() is missing for float/double numbers.2.5.Should().Be doesn't exist...If this is by design how do I confirm float/double property exactly equals to a number?
View ArticleCommented Issue: Combining collection and property assertions [11743]
See discussion on StackOverflow:http://stackoverflow.com/questions/9006820/fluentassertions-combining-collection-and-property-assertionsComments: Associated with changeset 73056.
View ArticleCreated Issue: Framework dependencies in nuget package [11761]
Please add System.Xml and System.Xml.Linq in the nuget package definition as a framework dependency so that I do not have to add them manually.btw: what new feature requires these dependencies?CheersUrs
View ArticleCommented Issue: Combining collection and property assertions [11743]
See discussion on StackOverflow:http://stackoverflow.com/questions/9006820/fluentassertions-combining-collection-and-property-assertionsComments: Associated with changeset 73114.
View ArticleSource code checked in, #73116
Updated the Nuget specification to include the System.Xml and System.Xml.Linq references
View ArticleCommented Issue: Framework dependencies in nuget package [11761]
Please add System.Xml and System.Xml.Linq in the nuget package definition as a framework dependency so that I do not have to add them manually.btw: what new feature requires these...
View ArticleCommented Issue: Framework dependencies in nuget package [11761]
Please add System.Xml and System.Xml.Linq in the nuget package definition as a framework dependency so that I do not have to add them manually.btw: what new feature requires these...
View ArticleSource code checked in, #73118
Allowed ShouldRaisePropertyChangeFor(null) to verify that the INotifyPropertyChanged was raised for all properties.
View ArticleNew Post: Support for C# Dynamics
It seems that there is no support for c# dynamics. Can this be confirmed? When I run the test below, I get the error " Microsoft.CSharp.RuntimeBinder.RuntimeBinderException: 'string' does not contain...
View ArticleCreated Issue: Should().Match() doesnt work [11765]
I'm trying to use simple regex expressions, but none work.Using the example that was given on documentation, heres the output (a non-match).Expected string to match the equivalent of...
View ArticleNew Post: Support for C# Dynamics
You're right. Unfortunately, dynamic types don't support extension methods (read this thread for more information about that). You could try to call the static equivalent, e.g....
View ArticleNew Post: Support for C# Dynamics
I gave the static equivalent a try, but the test hanged when it tried to execute that line. I could not figure out what it was trying to do during the execution.
View ArticleNew Post: Support for C# Dynamics
Can you share some example code? If the test hangs, I suspect you've run into some kind of recursive problem.
View ArticleCreated Issue: Add MbUnit test framework support [11768]
Add test framework support for MbUnit v2 and Gallio/MbUnit v3+.
View Article