Commented Issue: FluentAssertions with Continuous Integration [11205]
it would be nice to have FluentAssertions on a CI environment so that everyone can get the latest and greatest build with correct versioning without having to build it manually.If you'd like, I can get...
View ArticleUpdated Wiki: Temporary Post Used For Theme Detection...
This is a temporary post that was not deleted. Please delete this manually. (aa53b3fe-7488-49d9-9df7-b123a47c2aae - 3bfe001a-32de-4114-a6b4-4005b770f6d7)
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 ArticleCommented Task: Create A4 cheat sheet [10813]
Create an A4-sized cheat sheet with an overview of the supported extension syntax.Comments: ** Comment from web user: ursenzler ** I added "Chaining of Assertions" and did some layouting.I used Visio...
View ArticleUpdated Wiki: Temporary Post Used For Theme Detection...
This is a temporary post that was not deleted. Please delete this manually. (63c4d27e-9ae9-485b-bb7c-c64c33393756 - 3bfe001a-32de-4114-a6b4-4005b770f6d7)
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 ArticleNew Post: IncludingNestedObjects and SharedProperties
I'm currently trying to use the PropertyAssertions to compare the values exposed by an interface hierarchy to a hierarch of anonymous types. I want to be able to only compare the properties that are...
View ArticleNew Post: IncludingNestedObjects and SharedProperties
Hi Chris, This is something we're currently working on. We thought we fixed this, but then discovered that we never clearly defined what properties of a nested object should be compared. We still...
View ArticleNew Post: Add Common Test Attributes?
One of the main reasons I wanted to try out Fluent Assertions was to have the ability to easily switch testing frameworks. While it seems like this would help the lack of having common attributes...
View ArticleNew Post: Add Common Test Attributes?
Are you saying that you want to have generic [Test] attributes that will work for all unit test frameworks? If so, I don't think that's possible because MSTest doesn't support that.
View ArticleSource code checked in, #72206
Propagated the SharedProperties() option when comparing nested objects
View ArticleNew Post: IncludingNestedObjects and SharedProperties
For now, if the SharedProperties() method is used, then this also applies to (collections of) nested objects.
View ArticleNew Post: Add Common Test Attributes?
Yes that is what I was hoping for. You would in effect be loosely coupled with your testing framework (but tightly coupled to fluent assertions). Oh well.
View ArticleNew Post: Add Common Test Attributes?
Why don't you use a commercial profiler like dotTrace or ANTS? We've had a lot of success in our projects with those.
View ArticleUpdated Wiki: Temporary Post Used For Theme Detection...
This is a temporary post that was not deleted. Please delete this manually. (033b9e13-44f5-46c0-8d90-2089445f51a3 - 3bfe001a-32de-4114-a6b4-4005b770f6d7)
View ArticleUpdated Wiki: Documentation
Supported Test Frameworks Fluent Assertions supports MSTest, NUnit, XUnit and MSpec. You can simply add a reference to the corresponding test framework assembly to the unit test project. Fluent...
View ArticleUpdated Wiki: Temporary Post Used For Theme Detection...
This is a temporary post that was not deleted. Please delete this manually. (0d301ba9-18d9-48c2-a295-15f107837e92 - 3bfe001a-32de-4114-a6b4-4005b770f6d7)
View ArticleUpdated Wiki: Documentation
Supported Test Frameworks Fluent Assertions supports MSTest, NUnit, XUnit and MSpec. You can simply add a reference to the corresponding test framework assembly to the unit test project. Fluent...
View Article