All Projects → jozefizso → Systemwrapper

jozefizso / Systemwrapper

Licence: ms-pl
.NET library for easier testing of system APIs.

Projects that are alternatives of or similar to Systemwrapper

Dredd
Language-agnostic HTTP API Testing Tool
Stars: ✭ 3,770 (+2364.05%)
Mutual labels:  unit-testing, integration-testing
Aspnetcore Tests Sample
A project to help demonstrate how to do unit, integration and acceptance tests with an web api project using ASP.NET Core and Angular 7 front end.
Stars: ✭ 40 (-73.86%)
Mutual labels:  unit-testing, integration-testing
Codeception
Full-stack testing PHP framework
Stars: ✭ 4,401 (+2776.47%)
Mutual labels:  unit-testing, integration-testing
awesome-javascript-testing
🔧 Awesome JavaScript testing resources
Stars: ✭ 28 (-81.7%)
Mutual labels:  unit-testing, integration-testing
Automation Arsenal
Curated list of popular Java and Kotlin frameworks, libraries and tools related to software testing, quality assurance and adjacent processes automation.
Stars: ✭ 105 (-31.37%)
Mutual labels:  unit-testing, integration-testing
springboot-keycloak-mongodb-testcontainers
Goals: 1) Create a Spring Boot application that manages books; 2) Use Keycloak as authentication and authorization server; 3) Test using Testcontainers; 4) Explore the utilities and annotations that Spring Boot provides when testing applications.
Stars: ✭ 18 (-88.24%)
Mutual labels:  unit-testing, integration-testing
Quixote
CSS unit and integration testing
Stars: ✭ 788 (+415.03%)
Mutual labels:  unit-testing, integration-testing
Fineract-CN-mobile
DEPRECATED project - Check the Apache fineract-cn-mobile project instead
Stars: ✭ 17 (-88.89%)
Mutual labels:  unit-testing, integration-testing
Unit Threaded
Advanced unit test framework for D
Stars: ✭ 100 (-34.64%)
Mutual labels:  unit-testing, integration-testing
Testing Workshop
A workshop for learning how to test JavaScript applications
Stars: ✭ 1,276 (+733.99%)
Mutual labels:  unit-testing, integration-testing
MealsCatalogue
Flutter application using base architecture component like BLoC pattern, RxDart, Http, SQFlite, Flavor, Unit Testing (Mockito), Instrumentation Testing and etc 🔥
Stars: ✭ 45 (-70.59%)
Mutual labels:  unit-testing, integration-testing
Android Client
An android client for the MifosX platform
Stars: ✭ 150 (-1.96%)
Mutual labels:  unit-testing, integration-testing
MockitoIn28Minutes
Learn Mockito from In28Minutes
Stars: ✭ 95 (-37.91%)
Mutual labels:  unit-testing, integration-testing
Vue Testing Examples
Advanced testing with vuejs. When you need to go beyond Getting started section and see some real world example with everything that proper tests should have.
Stars: ✭ 288 (+88.24%)
Mutual labels:  unit-testing, integration-testing
StoreCleanArchitecture-NET
This is a basic project to demonstrate an introduction about the implementation of Clean Architecture on .NET
Stars: ✭ 19 (-87.58%)
Mutual labels:  unit-testing, integration-testing
Java Dns Cache Manipulator
🌏 A simple 0-dependency thread-safe Java™ lib/tool for setting dns programmatically without touching host file, make unit/integration test portable.
Stars: ✭ 557 (+264.05%)
Mutual labels:  unit-testing, integration-testing
toUUID
Simple integer to UUID generator for unit and integration tests written in Java or Kotlin
Stars: ✭ 12 (-92.16%)
Mutual labels:  unit-testing, integration-testing
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.
Stars: ✭ 24 (-84.31%)
Mutual labels:  unit-testing, integration-testing
Redux Saga Test Plan
Test Redux Saga with an easy plan.
Stars: ✭ 1,135 (+641.83%)
Mutual labels:  unit-testing, integration-testing
Movieapp
🎬 MovieApp is a Flutter application built to demonstrate the use of modern development tools with best practices implementation like Modularization, BLoC, Dependency Injection, Dynamic Theme, Cache, Shimmer, Testing, Flavor, CI/CD, etc.
Stars: ✭ 117 (-23.53%)
Mutual labels:  unit-testing, integration-testing

SystemWrapper

NuGet version branch: master Build status: master ° branch: master Build status: develop

SystemWrapper is .NET library for easier testing of system APIs.

Usage

To install SystemWrapper, run the following commands in the Package Manager Console

Install-Package SystemWrapper.Interfaces
Install-Package SystemWrapper.Wrappers

License

Source code is licensed under Microsoft Public License (MS-PL).

Source code is forked from https://systemwrapper.codeplex.com/.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].