-
Updated
Jun 28, 2020 - Kotlin
#
mockk
Here are 66 public repositories matching this topic...
MVVM + Kotlin + Retrofit2 + Dagger2 + Coroutines + MVP + Kotlin-Android-Extensions + RX-java + Mockk + Espresso + Junit5
android
flow
rxjava
mvp
coroutines
mvvm
mockito
junit
android-architecture
espresso
dagger2
mvp-architecture
retrofit2
mvvm-pattern
mvvm-architecture
android-cleanarchitecture
android-mvp-architecture
android-clean-architecture
android-mvvm-architecture
mockk
A sample Kotlin app which was built with modular structure, Kotlin DSL, Kotlin Coroutines, TDD and MVVM patterns.
android
lint
circleci
tdd
architecture
coroutines
clean-architecture
dagger2
glide
retrofit2
mvvm-pattern
kotlin-dsl
mvvm-architecture
detekt
databinding
solid-principles
modularization
ktlint
staticcodeanalysis
mockk
-
Updated
Jan 21, 2020 - Kotlin
3
abhijeethallur
commented
Nov 7, 2019
When an API exception is happening the exception should be caught in catch block is it?
`
fun invoke(
scope: CoroutineScope,
params: Params?,
onResult: (UseCaseResponse)
) {
val backgroundJob = scope.async {
run(params)
}
scope.launch {
backgroundJob.await().let {
try {
Examples of UI Testing with Espresso, Mockk, androidx.test
-
Updated
Jan 9, 2020 - Kotlin
PowerPermission makes handling runtime permissions extremely easy.
kotlin
coroutines
assertj
rxjava2
android-permissions
rxkotlin
runtime-permissions
livedata
mockk
kotlin-spek2
rxjava3
-
Updated
Aug 9, 2020 - Kotlin
Kotlin Unit Testing Examples
kotlin
mockito
spek
junit4
junit5
kotlin-testing
unit-test
kotlintest
data-driven-tests
parameterised-tests
mockk
kotlin-test
kotlin-mockito
-
Updated
Oct 26, 2019 - Kotlin
A sample Android gallery to search images posted on Reddit built using modern Android development tools (Architecture Components, MVVM, Coroutines, Flow, Navigation, Retrofit, Room, Koin)
android
kotlin
room
navigation
coroutines
mvvm
viewmodel
retrofit2
stateflow
repository-pattern
livedata
gradle-kotlin-dsl
koin
singleactivityapp
mockk
kotlin-flow
-
Updated
Aug 18, 2020 - Kotlin
This repository contains sample code. Its purpose being, to quickly demonstrate Android and software development in general, clean code, best practices, testing and all those other must know goodies.
unit-testing
coroutines
retrofit
mvvm
clean-architecture
glide
robolectric
viewmodel
jacoco
timber
spek
detekt
leakcanary
constraint-layout
livedata
gradle-kotlin-dsl
koin
android-ktx
androidx
mockk
-
Updated
Aug 18, 2020 - Kotlin
alisabzevari
commented
Apr 25, 2019
Suggested test cases:
- It should throw exception if the article does not belong to the current user.
- It should call
deleteArticlefrom repository. - it should throw exception when the article doesn't exist.
-
Updated
Mar 20, 2019 - Kotlin
The Games app has two features which are listing and showing detail of games.
kotlin
mvvm
kotlin-android
observer-pattern
clean-architecture
dagger2
repository-pattern
kotlin-dsl
unittesting
rxkotlin
solid-principles
modularization
reftrofit
rxandroid2
mockk
androidjetpack
-
Updated
Jan 5, 2020 - Kotlin
A doctor finder for you!
kotlin
room
clean-architecture
espresso
dagger2
mvvm-architecture
ssot
databinding
solid-principles
mockk
viewbinding
-
Updated
May 2, 2020 - Kotlin
A movies sample android project in Kotlin which uses clean architecture principles
clean-architecture
espresso
moshi
viewmodel
mvvm-architecture
junit5
mvvm-android
android-architecture-components
architecture-components
koin
mockk
jetpack-navigation
jetpack-lifecycle-components
-
Updated
Mar 3, 2020 - Kotlin
Retrofit CallAdapter for Coroutines to handle response as states
android
kotlin
coroutines
mvvm
viewmodel
retrofit2
repository-pattern
retrofit2-adapter
livedata
koin
mockk
retrofit2-coroutines
-
Updated
Jun 3, 2020 - Kotlin
Sample projects using Moshi Json parsing with codegen and reflection implemented with architecture components using data from The Movie Database
android
espresso
moshi
viewmodel
mvvm-architecture
junit5
mvvm-android
architecture-components
koin
mockk
jetpack-navigation
-
Updated
Mar 1, 2020 - Kotlin
An explorative Android project of gRPC + MVVM + LiveData
android
kotlin
fragments
unit-testing
reactive
protobuf
protocol-buffers
coroutines
mvvm
grpc
kotlin-android
mockito
viewmodel
viewmodel-pattern
mvvm-android
grpc-testing
livedata
architecture-components
mockk
livedata-viewmodel
-
Updated
Oct 25, 2019 - Kotlin
This project shows how to exercise the Google Places API surface, Material Design 2 Components, JUnit5, mockK, Dagger2, and Kotlin
android
kotlin-android
junit5
material-design-components
dagger2-android
mockk
material-design-2
places-api
-
Updated
Jul 13, 2020 - Kotlin
Android kotlin sample app with latest tech stack
android
kotlin
travis-ci
coroutines
clean-architecture
jetpack
unidirectional-data-flow
detekt
kakao
ktlint
coil
multi-module-project
koin
mvi-architecture
mockk
jetpack-compose
-
Updated
Dec 30, 2019 - Kotlin
Card of the Dead boardgame brain exercise
-
Updated
Jul 5, 2020 - Kotlin
A sample application to learn how test a kotlin coroutine with Mockk library
-
Updated
Jun 1, 2019 - Kotlin
In this repo, I will show implementations of differents architecture in the Android Nativo World, like MVC, MVP, MVVM, Clean, MVI.
clean-architecture
mvc-architecture
mvp-architecture
mvvm-architecture
coroutines-android
mvi-architecture
bus-event
mockk
koin-kotlin
-
Updated
Jul 13, 2020 - Kotlin
An android app that consumes data from https://www.football-data.org, completely written in Kotlin
dark-theme
mvvm
espresso
dagger2
glide
rxjava2
retrofit2
separation-of-concerns
paging-library
mockk
android-10
-
Updated
Jul 23, 2019 - Kotlin
Android Coding Podcasts Player. Kotlin (and Java) MVP Clean Architecture, RxJava2, Dagger2, Tests (JUnit4+5, MockK, Espresso), Analytics (Crashlytics, LeakCanary, Firebase), CI, Lint, KtLint, Detekt
android
kotlin
firebase
dependency-injection
clean-code
design-patterns
clean-architecture
mockito
espresso
dagger2
rxjava2
retrofit2
model-view-presenter
crashlytics
detekt
leakcanary
junit5
kotlin-coroutines
ktlint
mockk
-
Updated
Jan 12, 2019 - Java
Android app for https://onetimesecret.com/
kotlin
coveralls
travis-ci
fuel
moxy
detekt
kotlin-coroutines
onetimesecret
koin
cicerone
mockk
kococo
-
Updated
Sep 4, 2019 - Kotlin
Series of Tutorials for Unit Testing in Java and Kotlin using JUnit4, JUnit5, Mockito, MockK and Test Driven Development
-
Updated
Aug 14, 2020 - Java
Android Testing
android
testing
test
mockito
junit
android-test
robolectric
powermock
mockk
android-kotlin-test
static-class-test
androidjunit4
androidx-test
-
Updated
May 13, 2020 - Kotlin
Improve this page
Add a description, image, and links to the mockk topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the mockk topic, visit your repo's landing page and select "manage topics."


https://gist.github.com/JoseAlcerreca/5b661f1800e1e654f07cc54fe87441af
Add Event.kt to utils and use it with livedata