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 internal and client projects, and it is used in many open-source projects. It runs on .NET 4.0, 4.5, 4.6, CoreClr, .NET Native, Windows 8.1, Silverlight 5, Windows Phone 8.0 and UWP. It supports the unit test frameworks MSTest, MSTest2, NUnit, XUnit, MBUnit, Gallio, NSpec and MSpec.
fluent-assertions c-sharp assertions tdd bdd-style unit-testing xunit mstestKluent is a "Fluent Assertions" library written specifically for Kotlin. It uses the Infix-Notations and Extension Functions of Kotlin to provide a fluent wrapper around the JUnit-Asserts and Mockito.
kotlin testing fluent-assertionsMyTested.WebApi is a unit testing library providing easy fluent interface to test the ASP.NET Web API 2 framework. It is testing framework agnostic, so you can combine it with a test runner of your choice (e.g. NUnit, xUnit, etc.). Inspired by ChaiJS. Please see the documentation for full list of available features. Everything listed in the documentation is 100% covered by more than 800 unit tests and should work correctly. Almost all items in the issues page are expected future features and enhancements.
asp-net webapi fluent-testing aspnet-web-api fluent-assertions test-framework assertion-libraryThis repository contains the Fluent Assertions extensions for AutoFac. It is maintained by @mkoertgen.To test Ninject mappings using the conventions extension (or setup manually) are resolving. Instead of finding out at runtime that your app won't run, you'll have a failing unit test instead.
autofac fluent-assertions ioc tddThis repro contains the Fluent Assertions extensions for ASP.NET MVC. It is maintained by @kevinkuszyk.Add the NuGet package which matches the version of MVC you are using to your test project.
fluent-assertions aspnet-mvc mvcWriting unit tests is easy with Dlang. The unittest block allows you to start writing tests and to be productive with no special setup. Unfortunately the assert expression does not help you to write expressive asserts, and in case of a failure it's hard to find why an assert failed. The fluent-asserts library allows you to more naturally specify the expected outcome of a TDD or BDD-style test.
vibe-d testing asserts tdd bdd-style dlang fluent-assertionsA collection of Analyzers based on the best practices tips.
fluentassertions analyzers c-sharp fluent-assertionsThis repro contains the Fluent Assertions extensions for ASP.NET Core MVC. It is maintained by @kevinkuszyk. Add the NuGet package to your test project.
fluent-assertions aspnet-core aspnet-core-mvc
We have large collection of open source products. Follow the tags from
Tag Cloud >>
Open source products are scattered around the web. Please provide information
about the open source projects you own / you use.
Add Projects.