fakeiteasy

There are 24 repositories under fakeiteasy topic.

  • AutoFixture/AutoFixture

    AutoFixture is an open source library for .NET designed to minimize the 'Arrange' phase of your unit tests in order to maximize maintainability. Its primary goal is to allow developers to focus on what is being tested rather than how to setup the test scenario, by making it easier to create object graphs containing test data.

    Language:C#3.3k93686336
  • MockQueryable

    romantitov/MockQueryable

    Mocking Entity Framework Core operations such ToListAsync, FirstOrDefaultAsync etc

    Language:C#73084072
  • kimcuhoang/ddd-net-ef-core

    Self study: DDD, .net core, entity framework core

    Language:C#723012
  • machine/machine.specifications.fakes

    A generic model for using fakes and automocking on top of Machine.Specifications

    Language:C#6112023
  • Accenture/AutoFixture.XUnit2.AutoMock

    Autofixture auto-mocking for XUnit2 using a mocking library of your choice.

    Language:C#2235115
  • akamud/FakeItEasy.AutoFakeIt

    A very simple, yet flexible, "AutoFaker" for FakeItEasy to easily auto generate classes with faked dependencies.

    Language:C#17313
  • essenbee/z80emu

    Building a Z80 emulator in C# as a .NET Standard Class Library. Includes a sample implementation in the form of a ZX Spectrum 48K emulator.

    Language:C#16224
  • SyncfusionSuccinctlyE-Books/FakeItEasy-Succinctly

    This is the companion repo for FakeItEasy Succinctly by Michael McCarthy. Published by Syncfusion.

    Language:PowerShell124011
  • Lambda3/DotNet.Core.Runtime.Faker

    Lib para trocar implementações injetadas via DI em tempo de execução nos testes integrados

    Language:C#11512
  • MrLuje/Mocking.Helpers

    Helpers for .net mocking frameworks

    Language:C#4343
  • pwhe23/RiotHangfireDemo

    Demo Asp.net application using Riot.js and Hangfire.io created for a talk at Modern Devs Charlotte.

    Language:JavaScript4201
  • mendezgabriel/cats-listing-demo-dotnet-core

    A cats listing grouped by owner's gender demo with .Net Core MVC following SOLID principles.

    Language:C#2100
  • SedatUygur/MarsRover

    MarsRover Solution

    Language:C#1100
  • srigumm/dsexercise

    Simple exercise to showcase c# test driven development. #netcore #mstest #fakeiteasy #tdd #fluentassertions #tpl #tpldataflows #pipelinepattern

    Language:C#1200
  • ahmadbk/ACME_Entities

    Architecture Fundamentals: Architecting the Domain Layer

    Language:C#0200
  • johnnysjoo2/DependencyFaker

    Automates fakeing of dependencies and makes it easy to access faked instanes, making your test classes more clean

    Language:C#0100
  • mmmcaffeine/dojo

    Where I come to keep my C# sharp! An area where I can practice my skills, learn new libraries, try coding challenges, play with non-obvious solutions to a problem, examine performance and optimisations, experiment with language features I might not otherwise make use of, and generally push the limits of what I can do with the language.

    Language:C#0100
  • mmmcaffeine/minesweeper

    This originally started life as a Coder Dojo programming exercise based on the popular, and well-known game "Minesweeper". It took on a life of its own, and became a full implementation to act as a non-trivial repo to experiment and practice with different libraries, tools, techniques, and language features.

    Language:C#0100
  • Simon-Lowry/Bookworm

    Bookworm is a .NET web application which allows you to review books, have a unique profile and gain insight into other books that you might be interested in. This insight is gained using a recommender system which makes use of a machine learning algorithm from an open-sourced tool called MyMediaLite. Its architecture is designed using 5 layers, with MVC making up the first three layers followed by a service layer and a repository layer which carry out all database interactions

    Language:C#0001
  • ERNI-Academy/poc-dotnet-moq-nsubstitute-fakeiteasy

    Repository to show the use of the different Mocking frameworks

    Language:PowerShell31
  • Funix565/PokemonReviewApp

    ASP.NET Web API For Beginners Tutorial 2022

    Language:C#
  • novikovadaria/Unit_Testing_CSharp_Learning

    Unit Testing C# Learning | XUnit | FakeItEasy

    Language:C#10
  • YuhanPizza/UnitTest

    This repository showcases examples of Unit Testing classes and individual functions in an ASP.NET application. I have spiced things up with some unit tests using xUnit, FakeItEasy, and Fluent Assertions. All these functions have very predictable results as to not over complicate the tests.

    Language:C#10