Refactored duplicated tests into a parameterized one (#5077)
* Added test parameters to avoid code duplication Signed-off-by: Elvys Soares <eas5@cin.ufpe.br> * Added test parameters to avoid code duplication and updated JUnit to 5.7.1 version Signed-off-by: Elvys Soares <eas5@cin.ufpe.br>
This commit is contained in:
@@ -416,10 +416,10 @@ project(":tests"){
|
||||
|
||||
dependencies{
|
||||
testImplementation project(":core")
|
||||
testImplementation "org.junit.jupiter:junit-jupiter-params:5.3.1"
|
||||
testImplementation "org.junit.jupiter:junit-jupiter-api:5.3.1"
|
||||
testImplementation "org.junit.jupiter:junit-jupiter-params:5.7.1"
|
||||
testImplementation "org.junit.jupiter:junit-jupiter-api:5.7.1"
|
||||
testImplementation arcModule("backends:backend-headless")
|
||||
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.3.1"
|
||||
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.7.1"
|
||||
}
|
||||
|
||||
test{
|
||||
|
||||
Reference in New Issue
Block a user