Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bedirhanssaglam/quiz-app-with-tests-in-kotlin
- Owner: bedirhanssaglam
- Created: 2024-03-29T23:58:53.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-03-30T00:04:47.000Z (8 months ago)
- Last Synced: 2024-03-30T02:23:39.189Z (8 months ago)
- Topics: android, instrumentation, java, kotlin, quiz, test, unit-testing
- Language: Kotlin
- Homepage:
- Size: 559 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.