-
Updated
Apr 19, 2020 - Kotlin
#
mockk
Here are 51 public repositories matching this topic...
MVVM + Kotlin + Retrofit2 + Dagger2 + Coroutines + MVP + Kotlin-Android-Extensions + RX-java + Mockk + Espresso + Junit5
android
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
databinding-android
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
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
PowerPermission makes handling runtime permissions extremely easy.
kotlin
coroutines
assertj
rxjava2
android-permissions
rxkotlin
runtime-permissions
livedata
mockk
kotlin-spek2
rxjava3
-
Updated
Apr 4, 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
May 24, 2020 - Kotlin
alisabzevari
commented
Apr 25, 2019
Suggested test cases:
- It should throw proper exception when article does not exist.
- If the user has not been favorited the article before, the handler should not throw exceptions.
- It should throw exception when the article author not found.
- It should return proper values for the return object.
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
-
Updated
Mar 20, 2019 - 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
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
Mar 2, 2019 - 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
A sample application to learn how test a kotlin coroutine with Mockk library
-
Updated
Jun 1, 2019 - 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
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 app for https://onetimesecret.com/
kotlin
coveralls
travis-ci
fuel
moxy
detekt
kotlin-coroutines
onetimesecret
koin
cicerone
mockk
kococo
-
Updated
Sep 4, 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 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
This project aims to create an open-source social media application.
-
Updated
Apr 5, 2020 - Kotlin
This is a simple application which will store the notes on your device. It will use Room, MVVM architecture, Junit5, JUnit4, Mockito and RxJava
android
kotlin
room
rxjava
mvvm
clean-architecture
dagger2
retrofit2
mvvm-architecture
junit5
livedata
dagger2-android
mockk
jetpack-android
-
Updated
Feb 21, 2020 - Kotlin
Instrumented tests using MockK, Koin and Robot Pattern.
-
Updated
Sep 28, 2019 - Kotlin
StarWar Application Sample
kotlin
rxjava
mvvm
clean-architecture
dagger2
retrofit2
junit5
livedata
lifecycle-components
mockk
viewmodels
starwar
-
Updated
Mar 3, 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