Adding test module

This commit is contained in:
2021-09-08 18:51:33 +02:00
parent 0953e2b6f0
commit 22ef09d8f3
10 changed files with 139 additions and 39 deletions
+3
View File
@@ -63,6 +63,9 @@ object Libs {
const val junit4 = "junit:junit:_"
const val junit_jupiter_api = "org.junit.jupiter:junit-jupiter-api:_"
const val junit_jupiter_engine = "org.junit.jupiter:junit-jupiter-engine:_"
const val junit_jupiter_params = "org.junit.jupiter:junit-jupiter-params:_"
const val junit_vintage_engine = "org.junit.vintage:junit-vintage-engine:_"
// Todo: Put this in the version.properties file
const val firebase_bom = "com.google.firebase:firebase-bom:28.1.0"