Updated Wiki: Documentation
Supported Test Frameworks Fluent Assertions supports MSTest, NUnit and XUnit. Starting with version 1.3.0, you can simply add a reference to the corresponding test framework assembly to the unit test...
View ArticleReleased: Release 1.5.0 (Jun 29, 2011)
The detailed release notes can be found on my blog, but here's a qui Whats New Extensions for representing date and/or time values in fluent API Added string.Should().NotContain(),...
View ArticleUpdated Release: Release 1.5.0 (Jun 29, 2011)
The detailed release notes can be found on my blog, but here's a quiWhats New Extensions for representing date and/or time values in fluent API Added string.Should().NotContain(), ContainEquivalentOf()...
View ArticleUpdated Wiki: Home
Project Description Fluent Assertions is a set of .NET extension methods that allow you to more naturally specify the expected outcome of a TDD or BDD-style test. We currently use it in all our...
View ArticleUpdated Wiki: Home
Project Description Fluent Assertions is a set of .NET extension methods that allow you to more naturally specify the expected outcome of a TDD or BDD-style test. We currently use it in all our...
View ArticleUpdated Wiki: Home
Project Description Fluent Assertions is a set of .NET extension methods that allow you to more naturally specify the expected outcome of a TDD or BDD-style test. We currently use it in all our...
View ArticleUpdated Wiki: Home
Project Description Fluent Assertions is a set of .NET extension methods that allow you to more naturally specify the expected outcome of a TDD or BDD-style test. We currently use it in all our...
View ArticleUpdated Wiki: Home
Project Description Fluent Assertions is a set of .NET extension methods that allow you to more naturally specify the expected outcome of a TDD or BDD-style test. We currently use it in all our...
View ArticleUpdated Wiki: Documentation
Supported Test Frameworks Fluent Assertions supports MSTest, NUnit and XUnit. Starting with version 1.3.0, you can simply add a reference to the corresponding test framework assembly to the unit test...
View ArticleCommented Issue: Event Monitored objects are never released [11136]
Objects that are monitored using .MonitorEvents() are kept in memory forever. In huge projects this results in OutOfMemory exception when running unit tests.Comments: ** Comment from web user:...
View ArticleCreated Issue: Include .pdb in Release (Download and NuGet package) [11171]
it would simplify debugging if .pdb files were included in the release.Ideally, the pdbs would be uploaded to symbolsource server so that they can be automatically downloaded within VS (see NuGet...
View ArticleCreated Issue: StackOverflowException while formatting error message [11172]
When for example two objects reference each other over properties and FluentAssertions wants to build an error message then the DefaultValueFormatter causes a StackoverflowException because it loops...
View ArticleSource code checked in, #69263
Fixed bug that no exception was raised when verifying the equality of two collections, while the expected collection contains more items than the subject.
View ArticleCommented Issue: CollectionAssertions.Equal doesn't validate that collections...
The following test should fail because the second collection has fewer elements than the first, but it doesn't [Test] public void...
View ArticleSource code checked in, #69266
Added Guid assertions (Be, NotBe, BeEmpty and NotBeEmpty)
View ArticleCommented Issue: Add support for Guids [11137]
See patch provided by marcoerni.Comments: Associated with changeset 69266.
View ArticleCommented Issue: Add support for Guids [11137]
See patch provided by marcoerni.Comments: Associated with changeset 69267.
View ArticleCommented Issue: Add support for Guids [11137]
See patch provided by marcoerni.Comments: Associated with changeset 69284.
View Article