unit-test topic
xrm-mock-generator
:book: Generates a mock Xrm.Page object. Commonly used by xrm-mock to test Dynamics 365 client-side customisations.
android-bloc
A BLoC implementation using Kotlin Coroutines
ionic2-jest-example
Example of how to test an Ionic2 app with Jest
CppUMockGen
Mock generator for CppUTest/CppUMock
jenkins-shared-library-example
Example for a Jenkins shared library with unit tests
jest-test-gen
This tool will take a js/ts file as input and generate a jest unit test file next to it with all imports mocked and tests stubs for every class method and function exported.
EntityFrameworkCore.AutoFixture
A library aimed to minimize the boilerplate required to unit-test Entity Framework Core code using AutoFixture and in-memory providers.
Asp.Net-Core-Entity-Framework-Integration-Test-and-Unit-Test-Using-In-Memory-Database
Asp.Net Core Entity Framework Integration Test and Unit Test Using In Memory Database
SqlInMemory
SqlInMemory is a library for creating SqlServer database on Memory instead of hard disk, at last Drops and Disposes database when you're done with it. This is useful for Integration Testing.