All Projects → fluentassertions → fluentassertions.analyzers

fluentassertions / fluentassertions.analyzers

Licence: MIT license
Analyzers based on the FluentAssertions best practices docs

Programming Languages

C#
18002 projects
powershell
5483 projects

Projects that are alternatives of or similar to fluentassertions.analyzers

fluentassertions.mvc
Fluent Assertions extensions for ASP.NET MVC
Stars: ✭ 36 (-55.56%)
Mutual labels:  fluent-assertions
FluentAssertions.Web
FluentAssertions for HTTP APIs
Stars: ✭ 71 (-12.35%)
Mutual labels:  fluentassertions
fluentcheck
Fluent assertions for Python
Stars: ✭ 79 (-2.47%)
Mutual labels:  fluent-assertions
kiwi
Fluent assertions for Kotlin
Stars: ✭ 17 (-79.01%)
Mutual labels:  fluent-assertions
resharper-structured-logging
An extension for ReSharper and Rider that highlights structured logging templates and contains some useful analyzers
Stars: ✭ 117 (+44.44%)
Mutual labels:  analyzers
Fluentassertions
A very extensive set of extension methods that allow you to more naturally specify the expected outcome of a TDD or BDD-style unit tests. Targets .NET Framework 4.7, .NET Core 2.1 and 3.0, as well as .NET Standard 2.0 and 2.1. Supports the unit test frameworks MSTest2, NUnit3, XUnit2, MSpec, and NSpec3.
Stars: ✭ 2,449 (+2923.46%)
Mutual labels:  fluent-assertions
AndroidTestingBox
Android project to experiment various testing tools
Stars: ✭ 63 (-22.22%)
Mutual labels:  fluent-assertions
N-Tier-Architecture
This is a n-layer architecture based on Common web application architectures.
Stars: ✭ 105 (+29.63%)
Mutual labels:  fluent-assertions

FluentAssertions Analyzers

"With Fluent Assertions, the assertions look beautiful, natural and most importantly, extremely readable" -Girish

  • Latest stable nuget NuGet Badge
  • Latest nuget NuGet Badge
  • The build status is CI

A collection of Analyzers based on the best practices tips.

Analysis and Code Fix in Action

Demo

Install

using the latest stable version:

Install-Package FluentAssertions.Analyzers

Getting Started

Build

dotnet build src

Tests

dotnet test src --configuration Release  --filter 'TestCategory=Completed'

Example Usages

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].