autofixture topic

List autofixture repositories

NetCoreMediatrSample

138
Stars
33
Forks
Watchers

A project that exemplifies a well-considered architectural approach that combines the advantages of both monolithic and microservices paradigms, fostering modularity, maintainability, and scalability.

kotlinfixture

251
Stars
13
Forks
Watchers

Fixtures for Kotlin providing generated values for unit testing

ddd-net-ef-core

82
Stars
14
Forks
Watchers

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

EntityFrameworkCore.AutoFixture

36
Stars
5
Forks
Watchers

A library aimed to minimize the boilerplate required to unit-test Entity Framework Core code using AutoFixture and in-memory providers.

StfalconFixturer-android

29
Stars
2
Forks
Watchers

Utility for developers and QAs what helps minimize time wasting on writing the same data for testing over and over again. Made by Stfalcon

AutoFixture.XUnit2.AutoMock

22
Stars
5
Forks
Watchers

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

LazyEntityGraph

26
Stars
12
Forks
Watchers

LazyEntityGraph is an open source library for .NET which lets you generate object graphs with circular dependencies, such as those found in ORMs, by lazily generating relationship properties.

AutoFixture

3.3k
Stars
342
Forks
Watchers

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 wha...

unit-testing-csharp

19
Stars
8
Forks
Watchers

This repository contains the source files for the course "Unit Testing in C#". The course is currently available at the wiki of the repository.

JavaFixture

18
Stars
2
Forks
Watchers

JavaFixture is the attempt to bring the incredibly easy usage of Mark Seemann's AutoFixture for .NET to the Java world. The purpose is to generate full object graphs for use in test suites.