Skip to content

Commit fff0adf

Browse files
committed
Migrate com.mongodb.client.unified.UnifiedTest and all its descendants to JUnit 5
Initial attempt for a subset of files. JAVA-5495
1 parent 339bd2c commit fff0adf

File tree

50 files changed

+198
-2090
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+198
-2090
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ ext {
5757
awsSdkV1Version = '1.12.337'
5858
mongoCryptVersion = '1.8.0'
5959
projectReactorVersion = '2022.0.0'
60-
junitBomVersion = '5.8.2'
60+
junitBomVersion = '5.10.2'
6161
logbackVersion = '1.3.14'
6262
gitVersion = getGitVersion()
6363
}

driver-kotlin-coroutine/src/integration/kotlin/com/mongodb/kotlin/client/coroutine/UnifiedCrudTest.kt

Lines changed: 0 additions & 47 deletions
This file was deleted.

driver-kotlin-coroutine/src/integration/kotlin/com/mongodb/kotlin/client/coroutine/UnifiedTest.kt

Lines changed: 0 additions & 51 deletions
This file was deleted.

driver-kotlin-sync/src/integration/kotlin/com/mongodb/kotlin/client/UnifiedCrudTest.kt

Lines changed: 0 additions & 47 deletions
This file was deleted.

driver-kotlin-sync/src/integration/kotlin/com/mongodb/kotlin/client/UnifiedTest.kt

Lines changed: 0 additions & 51 deletions
This file was deleted.

driver-reactive-streams/src/test/functional/com/mongodb/reactivestreams/client/unified/ChangeStreamsTest.java

Lines changed: 0 additions & 85 deletions
This file was deleted.

driver-reactive-streams/src/test/functional/com/mongodb/reactivestreams/client/unified/ClientSideEncryptionTest.java

Lines changed: 0 additions & 42 deletions
This file was deleted.

driver-reactive-streams/src/test/functional/com/mongodb/reactivestreams/client/unified/CollectionManagementTest.java

Lines changed: 0 additions & 43 deletions
This file was deleted.

0 commit comments

Comments
 (0)