All Projects → Mockstar → Similar Projects or Alternatives

1351 Open source projects that are alternatives of or similar to Mockstar

Baby
一个私密社交APP,采用Dagger2+Rxjava+LeanCloud+环信+MVP+Tinker进行开发。
Stars: ✭ 687 (+1196.23%)
Mutual labels:  rxjava
Android Mvp Interactor Architecture
Extension of the android-mvp-architecture for very large projects.
Stars: ✭ 388 (+632.08%)
Mutual labels:  rxjava
Learndagger
List of resources to learn about Dependency Injection and Dagger 2
Stars: ✭ 381 (+618.87%)
Mutual labels:  dagger2
Reservoir
Android library to easily serialize and cache your objects to disk using key/value pairs.
Stars: ✭ 674 (+1171.7%)
Mutual labels:  rxjava
Mimic
Seamless client side mocking
Stars: ✭ 380 (+616.98%)
Mutual labels:  mocking
Rxcache
简单一步,缓存搞定。这是一个专用于 RxJava,解决 Android 中对任何 Observable 发出的结果做缓存处理的框架
Stars: ✭ 377 (+611.32%)
Mutual labels:  rxjava
Jazzon
Add some jazz to your JSON files
Stars: ✭ 38 (-28.3%)
Mutual labels:  mocking
Nunit cshaprp cheatsheet
Example implementations of each attribute available in Nunit2 unit Testing Framework using C# .NET.
Stars: ✭ 14 (-73.58%)
Mutual labels:  unit-testing
Smartrecom
一款基于行为识别和个性化推荐的智能推荐APP,实时为你推荐音乐和电影,让你的生活更休闲,更精彩!
Stars: ✭ 663 (+1150.94%)
Mutual labels:  rxjava
Unit Testing Tips
Unit testing tips by examples in PHP
Stars: ✭ 318 (+500%)
Mutual labels:  unit-testing
Utplsql
Testing Framework for PL/SQL
Stars: ✭ 402 (+658.49%)
Mutual labels:  unit-testing
Bach
Bach Testing Framework
Stars: ✭ 392 (+639.62%)
Mutual labels:  unit-testing
Rxgroups
Easily group RxJava Observables together and tie them to your Android Activity lifecycle
Stars: ✭ 695 (+1211.32%)
Mutual labels:  rxjava
Data Driven Web Apps With Flask
Course demo code and other hand-out materials for our data-driven web apps in Flask course
Stars: ✭ 388 (+632.08%)
Mutual labels:  unit-testing
Junit Extensions
JUnit5 extensions library including JUnit5 equivalents of some of the common JUnit4 rules: ExpectedException, TemporaryFolder etc
Stars: ✭ 39 (-26.42%)
Mutual labels:  unit-testing
Mvvmsmart
基于谷歌最新AAC架构,MVVM设计模式的一套快速开发库,整合ViewModel+Lifecycles+Navigation+DataBinding+LiveData+Okhttp+Retrofit+RxJava+Glide等主流模块,满足日常开发需求。使用该框架可以快速开发高质量、易维护的Android应用。 项目组会持续维护,请放心使用.欢迎Start并Fork交流.
Stars: ✭ 382 (+620.75%)
Mutual labels:  retrofit2
Rxwebsocket
An auto reconnection-webSocket build with okhttp and rxJava
Stars: ✭ 678 (+1179.25%)
Mutual labels:  rxjava
Ava
Node.js test runner that lets you develop with confidence 🚀
Stars: ✭ 19,458 (+36613.21%)
Mutual labels:  unit-testing
Enzyme Matchers
Jasmine/Jest assertions for enzyme
Stars: ✭ 881 (+1562.26%)
Mutual labels:  unit-testing
Retrofit2demo
Stars: ✭ 378 (+613.21%)
Mutual labels:  retrofit2
Dredd
Language-agnostic HTTP API Testing Tool
Stars: ✭ 3,770 (+7013.21%)
Mutual labels:  unit-testing
Firebucket
Glimpse into Firebase, with a simple TODO list app built around Dagger, RxJava 2, Clean architecture and of course, Firebase.
Stars: ✭ 376 (+609.43%)
Mutual labels:  rxjava
React Todo
ReactJS + CSS Modules + Sass + Blueprint
Stars: ✭ 49 (-7.55%)
Mutual labels:  unit-testing
Mocker Api
mocker-api that creates mocks for REST APIs. It will be helpful when you try to test your application without the actual REST API server.
Stars: ✭ 374 (+605.66%)
Mutual labels:  mock-server
Rxjavaextensions
RxJava 2.x & 3.x extra sources, operators and components and ports of many 1.x companion libraries.
Stars: ✭ 662 (+1149.06%)
Mutual labels:  rxjava
Androidlibs
🔥正在成为史上最全分类 Android 开源大全~~~~(长期更新 Star 一下吧)
Stars: ✭ 7,148 (+13386.79%)
Mutual labels:  rxjava
Wanandroid
🔥🔥🔥组件化 + Arouter + Jetpack + Rxjava + Retrofit + AOP等框架
Stars: ✭ 370 (+598.11%)
Mutual labels:  rxjava
Android Oss
Kickstarter for Android. Bring new ideas to life, anywhere.
Stars: ✭ 5,627 (+10516.98%)
Mutual labels:  rxjava
Rxpresso
Easy Espresso UI testing for Android applications using RxJava.
Stars: ✭ 373 (+603.77%)
Mutual labels:  rxjava
Rxfingerprint
Android Fingerprint authentication and encryption with RxJava
Stars: ✭ 373 (+603.77%)
Mutual labels:  rxjava
Mango
🏀 An Android app for dribbble.com
Stars: ✭ 659 (+1143.4%)
Mutual labels:  rxjava
Paonet
【MVVM+RxJava2+AspectJ】泡网第三方客户端,网站主页:http://www.jcodecraeer.com/index.php
Stars: ✭ 374 (+605.66%)
Mutual labels:  retrofit2
Store
Android Library for Async Data Loading and Caching
Stars: ✭ 3,593 (+6679.25%)
Mutual labels:  rxjava
Simple Example Dagger Android
Example repository displaying the usage of Dagger's new Android injection
Stars: ✭ 13 (-75.47%)
Mutual labels:  dagger2
Kovenant
Kovenant. Promises for Kotlin.
Stars: ✭ 657 (+1139.62%)
Mutual labels:  rxjava
Vfs
Virtual filesystem library written in golang
Stars: ✭ 366 (+590.57%)
Mutual labels:  mocking
Offlinesampleapp
Sample Offline-First MVVM app that uses Android Priority Job Queue, Room, Retrofit2, LiveData, LifecycleObserver, RxJava2, Dagger Android
Stars: ✭ 653 (+1132.08%)
Mutual labels:  retrofit2
Luaunit
LuaUnit is a popular unit-testing framework for Lua, with an interface typical of xUnit libraries (Python unittest, Junit, NUnit, ...). It supports several output formats (Text, TAP, JUnit, ...) to be used directly or work with Continuous Integration platforms (Jenkins, Maven, ...).
Stars: ✭ 362 (+583.02%)
Mutual labels:  unit-testing
Pg Mem
An in memory postgres DB instance for your unit tests
Stars: ✭ 350 (+560.38%)
Mutual labels:  unit-testing
Ribble
Simple Dribbble Client using Dribbble API, fully written in Kotlin 😱 ❤️
Stars: ✭ 872 (+1545.28%)
Mutual labels:  dagger2
Retrofitcache
RetrofitCache让retrofit2+okhttp3+rxjava配置缓存如此简单。通过注解配置,可以针对每一个接口灵活配置缓存策略;同时让每一个接口方便支持数据模拟,可以代码减小侵入性,模拟数据可以从内存,Assets,url轻松获取。
Stars: ✭ 647 (+1120.75%)
Mutual labels:  rxjava
Pytest Flask
A set of pytest fixtures to test Flask applications
Stars: ✭ 359 (+577.36%)
Mutual labels:  unit-testing
Rxjava2 Jdbc
RxJava2 integration with JDBC including Non-blocking Connection Pools
Stars: ✭ 360 (+579.25%)
Mutual labels:  rxjava
Ios Mvp Clean Architecture
Demo iOS application built to highlight MVP (Model View Presenter) and Clean Architecture concepts
Stars: ✭ 637 (+1101.89%)
Mutual labels:  unit-testing
My Wallet V3 Android
Blockchain Android Wallet
Stars: ✭ 356 (+571.7%)
Mutual labels:  dagger2
React Mock
Declarative mocks for React state and global APIs
Stars: ✭ 355 (+569.81%)
Mutual labels:  mocking
Xmlunit.net
XMLUnit.NET 2.x
Stars: ✭ 50 (-5.66%)
Mutual labels:  unit-testing
Circulerautoscrollingrecyclerview
Sample code of infinite rotation using RecyclerView. Built with Kotlin
Stars: ✭ 48 (-9.43%)
Mutual labels:  rxjava
Doubanmovie
豆瓣电影API全网最新最全解析
Stars: ✭ 38 (-28.3%)
Mutual labels:  retrofit2
Spring Reactive Sample
Spring 5 Reactive playground
Stars: ✭ 867 (+1535.85%)
Mutual labels:  rxjava
Pgtap
PostgreSQL Unit Testing Suite
Stars: ✭ 631 (+1090.57%)
Mutual labels:  unit-testing
Stackzy
💻 A cross-platform desktop application to identify libraries used inside an android application. Made possible by Compose Desktop ⚡
Stars: ✭ 307 (+479.25%)
Mutual labels:  dagger2
T Mvvm
This repository contains a detailed sample app that implements MVVM architecture using LiveData,ViewModel,Retrofit,Rxjava
Stars: ✭ 630 (+1088.68%)
Mutual labels:  rxjava
Seeweather
⛅ [@deprecated]RxJava+RxBus+Retrofit+Glide+Material Design Weather App
Stars: ✭ 3,481 (+6467.92%)
Mutual labels:  retrofit2
Rxjava2 Operators Magician
你用不惯 RxJava,只因缺了这把钥匙 🔑 You are not used to RxJava, just because of the lack of this key.
Stars: ✭ 868 (+1537.74%)
Mutual labels:  rxjava
Sprintnba
🏀 NBA客户端
Stars: ✭ 629 (+1086.79%)
Mutual labels:  retrofit2
Eyepetizer
kotlin仿开眼app 学习kotlin mvp retrofit rxjava
Stars: ✭ 352 (+564.15%)
Mutual labels:  rxjava
Powermock
PowerMock is a Java framework that allows you to unit test code normally regarded as untestable.
Stars: ✭ 3,708 (+6896.23%)
Mutual labels:  mocking
Mockhttp
Testing layer for Microsoft's HttpClient library. Create canned responses using a fluent API.
Stars: ✭ 623 (+1075.47%)
Mutual labels:  mocking
Net
Android上强大的网络请求
Stars: ✭ 344 (+549.06%)
Mutual labels:  rxjava
241-300 of 1351 similar projects