mockwebserver
There are 85 repositories under mockwebserver topic.
athkalia/Just-Another-Android-App
An Android base app with loads of cool libraries/configuration NOT MAINTAINED
WireMock-Net/WireMock.Net
WireMock.Net is a flexible product for stubbing and mocking web HTTP responses using advanced request matching and response templating. Based on the functionality from http://WireMock.org, but extended with more functionality.
ferPrieto/SpaceX-prepare-for-Clean-Architecture-liftoff
Clean Architecture Modular Project: MVVM + Jetpack Compose + Coroutines + Flows + Dagger2 + LiveData + UnitTests + UITests + Screenshot Tests + MockWebServer
simplezhli/AndroidUT
Android开发中必要的一环---单元测试(Unit Test)
SmartToolFactory/PropertyFindAR
🏘 🎃 Real Estate Sample App with RxJava3+Coroutines Flow, Dynamic Feature Modules, Dagger Hilt, Offline First, ConcatAdapter, Animations and tests for Room, Retrofit, useCase and ViewModels with TDD.
donfuxx/Mockinizer
An okhttp / retrofit api call mocking library
RoRoche/AndroidStarter
A sample Android app using the MVP architecture.
donatj/mock-webserver
Simple mock web server in PHP for unit testing.
sreeharikv112/CleanCodeMVVMTesting
Android Unit Testing Clean Code Architecture + MVVM
orhanobut/mockwebserverplus
✔️ OkHttp mockwebserver with fixtures extension
SmartToolFactory/Posts-MVVM-DaggerHilt-Dynamic-Feature-RxJava3-Flow-Sample
Posts Api sample with Kotlin RxJava3/Coroutines Flow, Clean Architecture, Offline first/last with Room + Retrofit2, Dagger Hilt, Dynamic Feature Modules, Static Code Analysis, Gradle DSL, MockK+ MockWebServer with Test Driven Development including Api and Database tests
PhilippeBoisney/RetroKotlin
Simple Android app to show how unit testing with MockWebServer and Architecture Components (ViewModel + LiveData)
Karumi/KataTODOApiClientKotlin
TODO API Client Kata for Kotlin Developers. The main goal is to practice integration testing using MockWebServer
ragdroid/mockstar
Demo project on How to be a Mockstar using Mockito and MockWebServer.
Karumi/KataTODOApiClientJava
TODO API Client Kata for Java Developers. The main goal is to practice integration testing using MockWebServer.
tolmachevroman/Restaurants
Restaurants sample app built with the new architecture components (LiveData, Room, ViewModel) and Dagger 2
concretesolutions/requestmatcher
A simple and powerful way for making programatic assertions in your fake API
uziassantosferreira/Starwars-clean
Simple project with clean architecture
RoRoche/AndroidStarterAlt
A sample View-based Android app using the MVP architecture. It uses Mosby, Dagger2, RxJava, retrofit, LoganSquare, requery, EventBus, Conductor.
matiascalvo/compose-kotlin-repositories
The app shows a paginated list of the most starred Kotlin repositories in Github.
jlidder/jswiremock
A Javascript library used for stubbing and mocking web services.
nisrulz/android-spacex-app
An Offline first Android app to consume the SpaceX Backend API
ferPrieto/MVVM-Modularized
A clean architecture approach (modular) using MVVM, Dagger2, LiveData and RxAndroid
tlgbltcn/JeTaxi
JeTaxi is built on Clean Architecture with Kotlin and follows modern android development trends. Also, It uses some of Jetpack and popular libraries.
DroidsOnRoids/mockwebserver-path-dispatcher
A helper for dispatching MockWebServer responses
thedeveloperworldisyours/Dagger2RxJava
Simple example how to use Dagger2, Retrofit2 and RxJava together. In this example you can learn how to test server call with Mockito and JUnit.
anandwana001/WeatherAppsX
☀️ 🌤 Sample weather app with Retrofit, Hilt and Coroutines ☀️ 🌤
sum20156/TddApp
A beginner guide to test-driven development for android development
andboson/http-echo-logger
http echo-mock-server
abhishekgupta311287/github_user_search
This app searches and displays user Github profile using Github user api and also displays follower and following user list.
muhammed-ahmad/restaurants
Restaurants app written in Kotlin, using Clean Architecture, MVVM, Repository Pattern, SOLID Principles, RxJava, Dagger, Unit Testing, Espresso, Retrofit, Room
abhishekgupta311287/github_trending
This app the displays trending repositories from Github and has two branches one showing usage of rxjava and other kotlin coroutines
sanmiAde/MyMyBakingApp
My Baking app displays a list of recipes, steps and ingredients on how to make said recipes. It also shows a step by step tutorial videos on how to make the recipes.