24 skills found
AliSoftware / OHHTTPStubsStub your network requests easily! Test your apps with fake network data and custom response time, response code and headers!
wiremock / WireMock.NetWireMock.Net is a flexible product for stubbing and mocking web HTTP responses using advanced request matching and response templating. Based on WireMock Java, but extended with more functionality. Full documentation can be found at https://wiremock.org/dotnet/.
natenho / Mockaco🐵 HTTP mock server, useful to stub services and simulate dynamic API responses, leveraging ASP.NET Core features, built-in fake data generation and pure C# scripting
erikstmartin / Go TestdbFramework for stubbing responses from go's driver.Driver interface
hibri / HttpMockA library for creating Http servers on the fly in tests and stubbing responses
prachigauriar / URLMockA Cocoa framework for mocking and stubbing URL requests and responses.
nathankot / WebstubEasily stub out HTTP responses in RubyMotion specs
HugoDF / Mock Express Request ResponseMock/stub the Express request/response objects using Jest or sinon
chrisyoung / NetrecorderRecord network requests and responses for easy stubbing of external calls
AlanCS / SystemTestingToolsStubbing tool for HTTP calls to allow more comprehensive + deterministic tests
Magiic / FireMockMock and stub HTTP requests. Test your apps with fake data and files responses.
Ahmedabdelalem61 / Flutter Mvvm ArchClean Architecture Design Pattern MVVM - Model - View - View Model Pattern ViewModel Inputs and Outputs Base ViewModel and Base UseCase Application Layer - Dependency Injection, Routes Manager and Application class Application Layer - Extensions and Shared Functions Data Layer - Data Sources (Remote Data Source/ Local Data Source) Data Layer - API Service Client (Same as Retorfit in Android) Data Layer - Calling APIs (Remote Data Source) Data Layer - Adding Logger Interceptor Data Layer - Caching APIs responses (Local Data Source) Data Layer - Json Serialization and Annotations Data Layer - Repository Implementation Data Layer - Mapper (Converting responses into Models) Data Layer - Mapper (Using toDomain Concept) Data Layer - Applying Null Safety Data Layer - Creating Mock APIs (Stub APIs) Domain Layer - Models Domain Layer - Repository Interfaces Domain Layer - UseCases Domain Layer - Either Concepts (Left - Failure) / (Right - Success) Domain Layer - Data Classes Presentation Layer - UI (Splash - Onboarding - Login - Register - Forgot Password - Main - Details - Settings - Notification - Search)) Presentation Layer - State Renderer (Full Screen States - Popup States) Presentation Layer - State Management (Stream Controller - RX Dart - Stream Builder) Presentation Layer - Localisations (English - Arabic), (RTL - LTR) Presentation Layer - Assets Manager (Android and Ios Icons and Images sizes) Presentation Layer - (Fonts - Styles - Themes - Strings - Values - Colors) Managers Presentation Layer - Using Json Animations Presentation Layer - Using SVG images Using 18 Flutter Packages Getting Device Info (Android - Ios) Using Abstract classes
bhodorog / Pytest VtsAutomatic recorder for http stubbed pytest(s) using responses.
sudokar / Aws SDK Vitest Mock🪶 A lightweight, 🟦 TypeScript-first mocking library for ☁️ AWS SDK v3 and ⚡ Vitest with 🚫 zero dependencies, 🔁 full ESM/CJS support, 🔗 chainable stubs, 🎯 partial/strict request matching, 📜 sequential responses, and 🧪 custom Vitest matchers — ideal for unit testing AWS SDK clients.
adamyork / Wiremock Velocity Transformerextension for rendering velocity templates for stubbed responses.
vincent-scw / Mock It UpMock It Up is a mock server for testing purpose. It supports both static and dynamic stubs consist of http request/response.
lennym / ReqresStub request and response objects for testing express applications and middleware
hector-js / Stub BackendThe aim of this project is to make the life easier stubbing the backend building different responses with authentication and error responses.
esanchezros / Fix MockFixMock is a WireMock-inspired mocking library for FIX (Financial Information eXchange) protocol sessions using QuickFIX/J. It allows you to stub responses and verify received messages with a fluent Java DSL, making it ideal for integration testing FIX-enabled applications.
yatatsu / YTTFakeServerA stub HTTP response provider for iOS.