You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-9Lines changed: 5 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,18 +2,14 @@
2
2
3
3
<br>
4
4
5
-
This repository contains an Android Studio project for a simple native Android app that can convert
6
-
Kilometers to English miles, nautical miles or Chinese miles.
7
-
The purpose of the app is to demonstrate different approaches for automatic testing, namely:
8
-
* Unit Tests with [JUnit4](https://junit.org/junit4/),
9
-
see class [KilometerUmrechnerTest.java](app/src/test/java/de/mide/kilometer_umrechnung/KilometerUmrechnerTest.java)
10
-
* UI Tests with [Espresso](https://developer.android.com/training/testing/espresso/),
11
-
see class [MainActivityInstrumentedTest.java](app/src/androidTest/java/de/mide/kilometer_umrechnung/MainActivityInstrumentedTest.java)
5
+
Dieses Repository enthält ein Android-Studio-Projekt für eine einfache native Android-App, die Kilometer in englische Meilen, nautische Meilen oder chinesische Meilen umrechnen kann.
6
+
Der Zweck der App ist es, verschiedene Ansätze für automatisches Testen zu demonstrieren, nämlich:
7
+
* Unit-Tests mit [JUnit4](https://junit.org/junit4/), siehe Klasse [KilometerUmrechnerTest.java](app/src/test/java/de/mide/kilometer_umrechnung/KilometerUmrechnerTest.java)
8
+
* UI-Tests mit [Espresso](https://developer.android.com/training/testing/espresso/), siehe Klasse [MainActivityInstrumentedTest.java](app/src/androidTest/java/de/mide/kilometer_umrechnung/MainActivityInstrumentedTest.java)
12
9
13
10
<br>
14
11
15
-
There is also variant of this app as hybrid app with [Ionic](https://ionicframework.com),
16
-
see [this repository](https://github.com/MDecker-MobileComputing/Ionic_KilometerUmrechnung).
12
+
Es gibt auch eine Variante dieser App als Hybrid-App mit [Ionic](https://ionicframework.com), siehe [dieses Repository](https://github.com/MDecker-MobileComputing/Ionic_KilometerUmrechnung).
0 commit comments