Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bedirhanssaglam/kotlin-tests-on-calculator-app
Unit tests and Instrumentation test of Calculator App in Kotlin
https://github.com/bedirhanssaglam/kotlin-tests-on-calculator-app
android calculator instrumentation java kotlin test unit-testing
Last synced: 30 days ago
JSON representation
Unit tests and Instrumentation test of Calculator App in Kotlin
- Host: GitHub
- URL: https://github.com/bedirhanssaglam/kotlin-tests-on-calculator-app
- Owner: bedirhanssaglam
- Created: 2024-03-27T17:52:18.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-03-29T12:13:38.000Z (11 months ago)
- Last Synced: 2024-11-13T22:08:25.952Z (3 months ago)
- Topics: android, calculator, instrumentation, java, kotlin, test, unit-testing
- Language: Kotlin
- Homepage:
- Size: 912 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Kotlin Tests on Calculator App
This project includes a simple calculator application and both
Unit tests (`app/src/test/java/com/example/calculator/`) and Instrumentation test (`app/src/androidTest/java/com/example/calculator/`) of this application. These tests are used to verify the functionality and accuracy of the application.
![]()
![]()
![]()
![]()
![]()