VREMSoftwareDevelopment / WiFiAnalyzer

Android application to analyze WiFi signals.
https://vremsoftwaredevelopment.github.io/WiFiAnalyzer/
GNU General Public License v3.0
3.24k stars 606 forks source link

Adding kotlin test framework #288

Closed gordwilling closed 4 years ago

gordwilling commented 4 years ago
  1. Added KotlinTest framework (now called Kotest)
  2. Migrated ExportTest.java to ExportSpec.kt
  3. Addressed some deprecation warnings in Robolectric related to Android SDK version 29

NOTE: I only addressed a couple of the deprecation warnings because I'm not too familiar with the Robolectric library. I feel like it the change was the correct one, but it could use review.

gordwilling commented 4 years ago

Too many changes were required in this PR. Namely, updgrading to Gradle 6.2 and JUnit 5.

All hands abandon ship!