You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Previously, for a parameterized test like
CrudProseTest::testBulkWriteHandlesWriteErrorsAcrossBatches,
the test names would be "CrudProseTest. 1 false" and "CrudProseTest. 2 true". Now the test names will be
6. MongoClient.bulkWrite handles individual WriteErrors across batches--ordered:false
6. MongoClient.bulkWrite handles individual WriteErrors across batches--ordered:true
and they will appear in the IDEA UI like
6. MongoClient.bulkWrite handles individual WriteErrors across batches--ordered:false
--ordered:false
--ordered:true
and in Gradle output like
6. MongoClient.bulkWrite handles individual WriteErrors across batches
Test 6. MongoClient.bulkWrite handles individual WriteErrors across batches--ordered:false PASSED (5.1s)
Test 6. MongoClient.bulkWrite handles individual WriteErrors across batches--ordered:true PASSED
0 commit comments