Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions utbot-sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ dependencies {
implementation group: 'javax.validation', name: 'validation-api', version: '2.0.0.Final'
implementation group: 'org.slf4j', name: 'slf4j-api', version: '1.7.25'

// To use JUnit5, comment out junit4 and uncomment JUnit5 dependencies here. Please also check "test" section
testImplementation group: 'junit', name: 'junit', version: '4.13.1'
// testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-params', version: '5.7.0'
// testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '5.7.0'
// To use JUnit4, comment out JUnit5 and uncomment JUnit4 dependencies here. Please also check "test" section
// testImplementation group: 'junit', name: 'junit', version: '4.13.1'
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-params', version: '5.7.0'
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '5.7.0'

// testImplementation group: 'org.mockito', name: 'mockito-core', version: '3.5.13'

Expand All @@ -29,7 +29,7 @@ java {
}

test {
// To use JUnit5, comment out useJUnit and uncomment useJUnitPlatform. Please also check "dependencies" section
useJUnit()
// useJUnitPlatform()
// To use JUnit4, comment out useJUnitPlatform and uncomment useJUnit. Please also check "dependencies" section
//useJUnit()
useJUnitPlatform()
}
1 change: 0 additions & 1 deletion utbot-sample/settings.gradle

This file was deleted.