fluent-assertions
There are 96 repositories under fluent-assertions topic.
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.
markusamshove/Kluent
Fluent Assertion-Library for Kotlin
ivaylokenov/MyTested.WebApi
Fluent testing framework for ASP.NET Web API 2.
nuyonu/N-Tier-Architecture
This is a n-layer architecture based on Common web application architectures.
fluentassertions/fluentassertions.analyzers
Analyzers based on the FluentAssertions best practices docs
csparpa/fluentcheck
Fluent assertions for Python
RoRoche/AndroidTestingBox
Android project to experiment various testing tools
fluentassertions/fluentassertions.aspnetcore.mvc
Fluent Assertions extensions for ASP.NET Core MVC
gedaiu/fluent-asserts
DLang fluent assertions done right
fluentassertions/fluentassertions.mvc
Fluent Assertions extensions for ASP.NET MVC
fluentassertions/fluentassertions.autofac
Fluent Assertions extensions for Autofac
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.
deanagan/csharp-design-patterns
A demo for design patterns written in C# with Moq, Xunit and FluentAssertions
from-source/kiwi
Fluent assertions for Kotlin
Lidiadev/ecommerce-api
.NET Core REST API using DDD
programmingwithbangal/RestApiTesting.Framework.Cheetah
This is a RESTful API testing Framework using C#, .NET Core, xUnit, Specflow, HttpClient and Fluent Assertions to test JSONPlaceholder REST API.
tobz/tracing-fluent-assertions
A fluent assertions framework for tracing.
Zardoz89/pijamas
A BDD assertion library for D
BaylorRae/Let.cs
Add convention to your unit tests.
soxtoby/EasyAssertions
Easy-to-use fluent assertions with actually useful failure messages.
HvyIndustries/phpFluentAssertions
Fluent Assertions for PHP provides a human readable syntax for your unit test assertions.
programmingwithbangal/RestApiTesting.Framework.Lynx
This is a RESTful API testing Framework using C#, .NET Core, Xunit Gherkin Quick, RestSharp and Fluent Assertions to test JSONPlaceholder REST API.
sebaoliveri/fluent-assertions
fluent (composable) assertions in Scala for describing domain validations
TomaszKandula/TokanPages
Project for a personal web page. It consists of SPA and the backend.
CaringDev/FsUnit.xUnit.Typed
Painless, strongly-typed xUnit testing in F#
dariusz-wozniak/FluentAssertions.AssertMultiple
AssertMultiple for FluentAssertions
fluentassertions/fluentassertions.ioc.ninject
Fluent Assertions extensions for Ninject
mezdelex/CleanTemplate9
Clean Template 9
programmingwithbangal/RestApiTesting.Framework.Jaguar
This is a RESTful API testing Framework using C#, .NET Core, xUnit, Specflow with Context Injection, Flurl and Fluent Assertions to test JSONPlaceholder REST API.
rhysawilliams2010/Moq.FluentAssertions
A fluent assertion helper for Moq It
Ahoo-Wang/FluentAssert
Kotlin Fluent Assert
aimenux/WebApiHostingDemo
Using various hosting ways in order to setup a web api
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.
MikhailMasny/QR-Animal
A web-application developed on the .NET 3.1 (LTS). The main idea of the web application is to develop a system for registering animals and quickly obtain data about them thanks to the QR code.
aimenux/OracleCli
A net global tool helping to retrieve package(s), function(s), procedure(s) and argument(s) infos from oracle
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.