Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bedirhanssaglam/quiz-app-with-tests-in-kotlin

Unit tests and Instrumentation test of Quiz App in Kotlin
https://github.com/bedirhanssaglam/quiz-app-with-tests-in-kotlin

android instrumentation java kotlin quiz test unit-testing

Last synced: about 18 hours ago
JSON representation

Unit tests and Instrumentation test of Quiz App in Kotlin

Awesome Lists containing this project

README

        

# Quiz App with Tests

This project includes a simple Quiz application and both
Unit tests (`app/src/test/java/com/example/quizapp/`) and Instrumentation test (`app/src/androidTest/java/com/example/quizapp/`) of this application. These tests are used to verify the functionality and accuracy of the application.