FluentAssertions 2.1.0
A very extensive set of extension methods that allow you to more naturally specify the expected outcome of a TDD or
BDD-style unit test. Runs on .NET 3.5, 4.0 and 4.5 (Desktop and Windows Store), Silverlight 4 and 5 and Windows Phone 7.5 and 8. Supports the unit test frameworks NUnit, XUnit, MBUnit, Gallio and MSpec.
Showing the top 20 packages that depend on FluentAssertions.
Packages | Downloads |
---|---|
Akka.TestKit
You need a Akka.TestKit.* package! Add the one appropriate for the test framework you use instead. For example: Akka.TestKit.Xunit or Akka.TestKit.VsTest. This package only contains base functionality for writing tests for the Akka.NET framework.
|
197 |
Akka.Persistence.Sql.TestKit
Akka.NET TestKit for SQL-based ADO.NET Persistence middleware
|
38 |
Akka.Persistence.Sql.TestKit
Akka.NET TestKit for SQL-based ADO.NET Persistence middleware
|
37 |
Akka.Persistence.TCK
Testkit for Persistence actor support for Akka.NET
|
34 |
Akka.Persistence.Sql.TestKit
Akka.NET TestKit for SQL-based ADO.NET Persistence middleware
|
34 |
Akka.Persistence.Sql.TestKit
Akka.NET TestKit for SQL-based ADO.NET Persistence middleware
|
31 |
Akka.TestKit
You need a Akka.TestKit.* package! Add the one appropriate for the test framework you use instead. For example: Akka.TestKit.Xunit or Akka.TestKit.VsTest. This package only contains base functionality for writing tests for the Akka.NET framework.
|
30 |
Akka.Persistence.TCK
Testkit for Persistence actor support for Akka.NET
|
29 |
Akka.TestKit
You need a Akka.TestKit.* package! Add the one appropriate for the test framework you use instead. For example: Akka.TestKit.Xunit or Akka.TestKit.VsTest. This package only contains base functionality for writing tests for the Akka.NET framework.
|
29 |
Akka.TestKit
You need a Akka.TestKit.* package! Add the one appropriate for the test framework you use instead. For example: Akka.TestKit.Xunit or Akka.TestKit.VsTest. This package only contains base functionality for writing tests for the Akka.NET framework.
|
28 |
Akka.TestKit
You need a Akka.TestKit.* package! Add the one appropriate for the test framework you use instead. For example: Akka.TestKit.Xunit or Akka.TestKit.VsTest. This package only contains base functionality for writing tests for the Akka.NET framework.
|
26 |
Akka.Persistence.TCK
Testkit for Persistence actor support for Akka.NET
|
26 |
Akka.Persistence.Sql.TestKit
Akka.NET TestKit for SQL-based ADO.NET Persistence middleware
|
26 |
What are the major features
* Added support for Windows Phone 8 test projects, both using the Visual Studio 2010 test harnass, as well as the new MSTest based framework introduced in Visual Studio 2012 Update 2 (#12470)
* Added support for AggregateExceptions in .NET 4.0 or newer so that aggregated exceptions are treated the same way as normal exceptions. This also allows you to use Should(Not)Throw() to assert a specific exception has occurred (or not), even if it is wrapped in an AggregateException (#12482).
* ShouldBeEquivalent() will attempt to report all differences rather than just the first one. It also supports nested dictionaries (#12472).
* By default the order of items in (nested) collections is ignored while asserting the equivalency of two object graphs. You can override this using the WithStrictOrder()/WithStrictOrderFor() options, with or without a specific path or predicate. Notice that for performance reasons, collections of bytes are still compared in exact order (#12484).
What other improvements are new
* Added support for asserting a method is decorated with a certain attribute (by Nathan Roe)
* Added BeWritable() to the property info assertions .
* XName support for all XML-related assertiosn (#12453 by Igor Khavkin)
* Added Should().BeApproximately() for decimal values.
* Added support for ShouldNotThrow() on Func<Task> so that you can verify that asynchronous functions threw a task (by Igor Khavkin)
* Ensured that all reference type assertions inherit from ReferenceTypeAssertions so that they all share some basic methods like (Not)BeNull.
* Added support for string.Should().NotStartWith() and string.Should().NotEndWith(). Also added the case-insensitive versions of them. (#12441)
* Allowed adding, removing and/or reordering the steps the EquivalencyValidator executes while comparing two object graphs for structural equality.
* By default, the exception message assertions are based on wildcards and case-insensitive. The ComparisonMode enum has been marked obsolete.
Bug fixes
* Added catching of FileLoadExceptions so AttributeBasedFormatter will not crash on certain circumstances.
* Made test framework detection based on assembly scanning case insensitive (#12483)
* Fixed a type-mismatch error when two nullable properties were compared using an AssertionRule.
* The method collection.ShouldBeEquivalent() ignored duplicates in the expectation.
* Applied a small improvement by Groostav to collection.HaveCount() because it was counting collections through LINQ Count() even though it has a normal Count property (#12469).
* Comparing a null collection with another null collection will now succeed (#12490)
* When a type was generic, FA wouldn't display its properties in assertion failures (#12492)
* On Mono, the AttributeBasedFormatter sometimes throws a NullReferenceException, but this has been fixed by Frank Ebersoll (#12487).
* During a structural equality check, FA would incorrectly decide to include protected properties in the comparison. This has been fixed now (#12486).
* FA chocked on properties overriden using the new keyword. Now it just tries to be smart about it and select the one which type matches the subject (#12481).
* When a floating point value representing NaN was compared with another approximate value, it didn't throw (#12479).
* Improved the details of any unexpected exceptions during the ShouldThrow() and ShouldNotThrow() methods (#12473).
* Collection.ShouldBeInAscendingOrder() wasn't reporting the correct index if an item appeared out-of-order (#12468).
Breaking changes
* Renamed the Execute.Verification property to Execute.Assertion and introduced an internal AssertionScope.
This package has no dependencies.
Version | Downloads | Last updated |
---|---|---|
8.2.0 | 4 | 03/17/2025 |
8.1.1 | 9 | 02/26/2025 |
8.1.0 | 5 | 02/26/2025 |
8.0.1 | 8 | 02/15/2025 |
8.0.0 | 8 | 01/17/2025 |
8.0.0-rc.2 | 4 | 02/21/2025 |
8.0.0-rc.1 | 6 | 02/24/2025 |
8.0.0-alpha.68 | 6 | 01/24/2025 |
8.0.0-alpha.1 | 12 | 12/14/2024 |
7.2.0 | 6 | 02/24/2025 |
7.1.0 | 7 | 01/27/2025 |
7.0.0 | 11 | 12/19/2024 |
7.0.0-alpha.6 | 13 | 12/19/2024 |
7.0.0-alpha.5 | 12 | 11/19/2024 |
7.0.0-alpha.4 | 14 | 06/08/2024 |
7.0.0-alpha.3 | 17 | 01/08/2024 |
7.0.0-alpha.2 | 12 | 01/29/2024 |
7.0.0-alpha.1 | 12 | 02/08/2024 |
6.12.2 | 14 | 11/19/2024 |
6.12.1 | 13 | 10/10/2024 |
6.12.0 | 21 | 09/14/2023 |
6.11.0 | 18 | 05/18/2023 |
6.10.0 | 17 | 08/28/2023 |
6.9.0 | 15 | 06/23/2024 |
6.8.0 | 15 | 02/11/2024 |
6.7.0 | 33 | 09/09/2022 |
6.6.0 | 17 | 06/24/2024 |
6.5.1 | 14 | 07/16/2024 |
6.5.0 | 15 | 09/03/2024 |
6.4.0 | 13 | 10/10/2024 |
6.3.0 | 16 | 12/30/2023 |
6.2.0 | 42 | 12/23/2021 |
6.1.0 | 20 | 10/19/2021 |
6.0.0 | 17 | 05/02/2024 |
6.0.0-beta0003 | 19 | 08/28/2023 |
6.0.0-beta0002 | 15 | 08/26/2023 |
6.0.0-beta0001 | 20 | 08/26/2023 |
6.0.0-alpha0002 | 16 | 08/27/2023 |
6.0.0-alpha0001 | 18 | 08/29/2023 |
5.10.3 | 607 | 09/29/2020 |
5.10.2 | 18 | 08/27/2023 |
5.10.0 | 16 | 08/30/2023 |
5.9.0 | 18 | 06/24/2024 |
5.8.0 | 14 | 07/23/2024 |
5.7.0 | 16 | 08/20/2024 |
5.6.0 | 15 | 03/20/2023 |
5.5.3 | 15 | 09/25/2024 |
5.5.1 | 17 | 07/05/2024 |
5.4.2 | 20 | 07/20/2024 |
5.4.1 | 17 | 03/29/2024 |
5.4.0 | 16 | 08/20/2024 |
5.3.2 | 15 | 06/24/2024 |
5.3.0 | 19 | 05/01/2024 |
5.2.0 | 15 | 03/08/2024 |
5.1.2 | 18 | 07/14/2024 |
5.1.1 | 19 | 07/13/2024 |
5.0.0 | 15 | 05/17/2023 |
4.19.4 | 15 | 08/26/2023 |
4.19.3 | 18 | 08/26/2023 |
4.19.2 | 18 | 08/25/2023 |
4.19.0 | 15 | 08/29/2023 |
4.18.0 | 15 | 08/29/2023 |
4.17.0 | 14 | 08/24/2023 |
4.16.0 | 17 | 08/25/2023 |
4.15.0 | 16 | 08/26/2023 |
4.14.0 | 17 | 06/15/2024 |
4.13.1 | 13 | 08/17/2024 |
4.13.0 | 16 | 08/28/2023 |
4.12.0 | 16 | 04/07/2021 |
4.11.0 | 17 | 08/29/2023 |
4.10.0 | 21 | 08/24/2023 |
4.9.1 | 18 | 08/20/2024 |
4.9.0 | 14 | 06/18/2024 |
4.8.0 | 16 | 07/11/2024 |
4.7.0 | 17 | 08/29/2024 |
4.6.3 | 15 | 05/08/2024 |
4.6.2 | 13 | 04/07/2024 |
4.6.1 | 19 | 03/18/2024 |
4.5.0 | 14 | 04/08/2021 |
4.4.0 | 15 | 09/19/2024 |
4.3.2 | 15 | 07/20/2024 |
4.3.1 | 20 | 12/30/2023 |
4.3.0 | 18 | 06/21/2024 |
4.2.2 | 16 | 06/20/2024 |
4.2.1 | 19 | 07/19/2024 |
4.2.0 | 16 | 07/20/2024 |
4.1.1 | 14 | 07/20/2024 |
4.1.0 | 16 | 07/04/2024 |
4.0.1 | 20 | 08/11/2024 |
4.0.0 | 15 | 03/19/2024 |
4.0.0-beta0001 | 22 | 08/29/2023 |
3.5.0 | 8 | 09/17/2024 |
3.4.1 | 16 | 07/16/2024 |
3.4.0 | 13 | 07/11/2024 |
3.3.0 | 17 | 04/02/2024 |
3.2.2 | 15 | 06/28/2024 |
3.2.1 | 15 | 10/09/2024 |
3.1.229 | 20 | 08/26/2023 |
3.0.107 | 14 | 08/30/2023 |
2.2.0 | 15 | 07/08/2024 |
2.1.0 | 12 | 07/18/2024 |
2.0.1 | 17 | 06/14/2024 |
2.0.0.1 | 12 | 10/02/2024 |
1.7.1.1 | 17 | 08/29/2023 |
1.7.0 | 15 | 07/13/2024 |
1.6.0 | 13 | 10/10/2024 |
1.5.0 | 13 | 07/14/2024 |
1.4.0 | 12 | 08/15/2024 |
1.3.0.1 | 12 | 05/31/2024 |