VREMSoftwareDevelopment / WiFiAnalyzer

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

Added Kotlin to the test sourceSets. #289

Closed gordwilling closed 4 years ago

gordwilling commented 4 years ago

Added ExportSpec using JUnit4 Addressed deprecation warnings in jacoco.gradle

The project should be set up now to write unit tests in Kotlin using JUnit 4. The main advantage is you can write test methods like this:

\@Test fun `using backquotes Kotlin lets your write names with spaces making for good test names`() { // test logic }

codecov[bot] commented 4 years ago

Codecov Report

Merging #289 into feature will not change coverage. The diff coverage is n/a.

@@            Coverage Diff            @@
##             feature    #289   +/-   ##
=========================================
  Coverage       91.6%   91.6%           
  Complexity      1058    1058           
=========================================
  Files            140     140           
  Lines           3227    3227           
  Branches         205     205           
=========================================
  Hits            2956    2956           
  Misses           179     179           
  Partials          92      92