Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.