An open API service indexing awesome lists of open source software.

Projects in Awesome Lists tagged with fluent-assertions

A curated list of projects in awesome lists tagged with fluent-assertions .

https://github.com/fluentassertions/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, as well as .NET Core 2.1, .NET Core 3.0, .NET 6, .NET Standard 2.0 and 2.1. Supports the unit test frameworks MSTest2, NUnit3, XUnit2, MSpec, and NSpec3.

assertions bdd-style c-sharp fluent-assertions hacktoberfest mstest tdd unit-testing xunit

Last synced: 09 Apr 2025

https://github.com/MarkusAmshove/Kluent

Fluent Assertion-Library for Kotlin

fluent-assertions hacktoberfest kotlin testing

Last synced: 16 Mar 2025

https://github.com/fluentassertions/fluentassertions.aspnetcore.mvc

Fluent Assertions extensions for ASP.NET Core MVC

aspnet-core aspnet-core-mvc fluent-assertions

Last synced: 12 Nov 2024

https://github.com/fluentassertions/fluentassertions.mvc

Fluent Assertions extensions for ASP.NET MVC

aspnet aspnet-mvc fluent-assertions mvc

Last synced: 12 Nov 2024

https://github.com/fluentassertions/fluentassertions.autofac

Fluent Assertions extensions for Autofac

autofac dotnet-core fluent-assertions ioc tdd

Last synced: 12 Nov 2024

https://github.com/mohamedelareeg/domaindrivenerp

This repository is a project aimed at developing an ERP (Enterprise Resource Planning) Web API utilizing Domain Driven Design principles and Clean Architecture. It focuses on providing a scalable, maintainable, and organized codebase for efficiently managing enterprise resources.

automapper clean-architecture cqrs ddd ddd-architecture docker domain domain-event domain-events fluent-assertions fluentvalidation mediatr moq outbox-pattern polly redis serilog specification testing xunit

Last synced: 12 Jan 2025

https://github.com/baylorrae/let.cs

Add convention to your unit tests.

fluent-assertions memoization mstest nunit rspec xunit

Last synced: 10 Jan 2025

https://github.com/tobz/tracing-fluent-assertions

A fluent assertions framework for tracing.

async fluent-assertions rust tracing

Last synced: 09 Apr 2025

https://github.com/fluentassertions/fluentassertions.ioc.ninject

Fluent Assertions extensions for Ninject

assertions fluent-assertions ioc ninject

Last synced: 12 Nov 2024

https://github.com/farshaddavoudi/chargingassignment.withtests

Comprehensive assignment project showcasing best testing practices and methodologies, featuring robust unit, integration, and end-to-end tests. This project involves developing an API for a simplified smart charging domain. Includes CRUD operations for Groups, Charge Stations, and Connectors with strict adherence to functional requirements.

api bogus c-sharp clean-architecture cqrs-pattern end-to-end-testing fluent-assertions integration-testing moq-framework onion-architecture unit-testing xunit

Last synced: 05 Apr 2025

https://github.com/aimenux/webapihostingdemo

Using various hosting ways in order to setup a web api

fluent-assertions integration-testing minimal-api net60 nsubstitute serilog webapi

Last synced: 27 Feb 2025

https://github.com/pruggitorg/unit-test-frameworks-comparison

This project compares MS Test, NUnit, XUnit and Fluent frameworks. Using an example application, various test scenarios are run through and their implementation in the frameworks is shown.

csharp fluent-assertions mstest nunit unit-testing xunit

Last synced: 27 Mar 2025

https://github.com/aimenux/oraclecli

A net global tool helping to retrieve package(s), function(s), procedure(s) and argument(s) infos from oracle

cli-tool dapper fluent-assertions fluent-validation humanizer integration-tests net60 net70 oracle testcontainers text-copy xunit-tests

Last synced: 27 Feb 2025

https://github.com/aimenux/netarchtestdemo

Using NetArchTest library to enforce architecture rules

fluent-assertions net80 netarchtest nunit-tests webapi

Last synced: 27 Feb 2025

https://github.com/eddymens/bridge_dsl

The ultimate DSL for BizDev

dsl fluent-assertions python-2

Last synced: 01 Apr 2025

https://github.com/aimenux/obfuscardemo

Using obfuscar to obfuscate source code

fluent-assertions net80 obfuscar obfuscation xunit-tests

Last synced: 27 Feb 2025

https://github.com/posinformatique/posinformatique.logging.assertions

PosInformatique.Logging.Assertions is a library to mock and assert easily the logs generated by the ILogger interface.

assertions c-sharp fluent fluent-assertions logging mock mocking tdd xunit

Last synced: 23 Mar 2025

https://github.com/aimenux/cancelafterbenchdemo

Benchmarking various ways to cancel tasks after some execution period

benchmarking cancellationtoken cancellationtokensource fluent-assertions net60 taskcompletionsource timeout xunit

Last synced: 27 Feb 2025

https://github.com/alexandra-valkova/boardingcards

ASP.NET Core 8 Minimal API that processes boarding cards ๐ŸŽซ Written with Clean Architecture, MediatR, FluentValidation, Carter. Includes unit tests (xUnit & FluentAssertions) ๐Ÿงช Blazor Web App (wip ๐Ÿšง)

asp-net asp-net-core asp-net-core-web-api blazor blazor-server boarding-cards carter clean-architecture csharp dotnet dotnet-core fluent-assertions fluent-validation mediatr minimal-api swagger-ui swashbuckle webapi xunit

Last synced: 16 Mar 2025

https://github.com/aimenux/webapiintegrationtestsdemo

Using integration tests with web api projects

alba fluent-assertions integration-testing net80 webapi xunit-tests

Last synced: 27 Feb 2025

https://github.com/aimenux/tenantidmiddlewaredemo

Using a middleware to validate a custom tenant header

fluent-assertions integration-testing middleware net80 request-headers

Last synced: 27 Feb 2025

https://github.com/aimenux/jsonpathwebapidemo

Using json path in order to enrich validation errors in web api

controller-api fluent-assertions fluent-validation integration-tests json-path minimal-api net60 web-api

Last synced: 27 Feb 2025

https://github.com/aimenux/csvhelperdemo

Playing with CsvHelper library

bogus csvhelper fluent-assertions net60 xunit-tests

Last synced: 27 Feb 2025

https://github.com/aimenux/phonecli

A net global tool helping to generate and validate phone numbers

cli-tool fluent-assertions fluent-validation libphonenumber net60 net70 phone-number xunit-tests

Last synced: 27 Feb 2025

https://github.com/rsvilenov/fluentassertions.properties

Unofficial FluentAssertions extensions for testing the behavior of class/struct/record properties.

assertions c-sharp fluent-assertions unit-testing xunit

Last synced: 07 Apr 2025

https://github.com/alexandra-valkova/BoardingCards

ASP.NET Core 8 Minimal API that processes boarding cards ๐ŸŽซ Written with Clean Architecture, MediatR, FluentValidation. Includes unit tests (xUnit) ๐Ÿงช

asp-net asp-net-core asp-net-core-8 asp-net-core-web-api carter clean-architecture csharp dotnet dotnet-core dotnet8 fluent-assertions fluent-validation mediatr minimal-api swagger-ui swashbuckle webapi xunit

Last synced: 23 Jan 2025

https://github.com/anupamakib/todoapplication-cleanarchitecture-cqrs-mediator

Developing a simple Todo application for learning purposes. I'll be utilizing all the techniques I know as a backend engineer, and I may also learn and implement new ideas on the fly!

automapper clean-architecture cqrs dependency-injection dependency-injections docker dotnet-core entity-framework-core fluent-assertions fluent-validation global-exception-handling mediator-pattern nunit test-driven-development unit-testing

Last synced: 27 Mar 2025

https://github.com/aimenux/middlewarestylesdemo

Using various styles for writing custom middlewares

fluent-assertions integration-testing middleware net80 unit-testing

Last synced: 27 Feb 2025

https://github.com/aimenux/echowebapidemo

A web api that echoes back request infos

echo fluent-assertions integration-testing net80 unit-testing webapi xunit

Last synced: 27 Feb 2025

https://github.com/aimenux/sonarclouddemo

Using sonar cloud to analyse .net projects

fluent-assertions net70 sonarcloud xunit-tests

Last synced: 27 Feb 2025