New
3.2.19
Scalactic/ScalaTest 3.2.19 is a point release that makes a bug fixes and few enhancements.
Changes included:
- Fixed remaining Scala 3 infix warnings in method used in DSL. (https://github.com/scalatest/scalatest/pull/2315)
- Upgraded to Scala Native 0.5. (https://github.com/scalatest/scalatest/pull/2322) ScalaTest+JUnit5
- Added support to run tests with dynamic test name when running a suite. (https://github.com/scalatest/scalatestplus-junit5/pull/19)
- Added support for ParallelTestExecution. (https://github.com/scalatest/scalatestplus-junit5/pull/18)
- Fixed a bug when extracting payload from throwable. (https://github.com/scalatest/scalatestplus-junit5/pull/16)
- Added wait for tests to finish before continuing. (https://github.com/scalatest/scalatestplus-junit5/pull/15)
- Updated JUnitSuite example. (https://github.com/scalatest/scalatestplus-junit5/pull/14)
- Upgraded JUnit version to 5.10.2 in ScalaTest+JUnit5. ScalaTest+JUnit
- Made JUnitRunner Filterable. (https://github.com/scalatest/scalatestplus-junit/pull/8)
- Translate TestCanceled to fireAssumptionFailed. (https://github.com/scalatest/scalatestplus-junit/pull/28) ScalaTest+ScalaCheck
- Upgraded ScalaCheck version to 1.18 in ScalaTest+ScalaCheck (https://github.com/scalatest/scalatestplus-scalacheck/pull/66)
- Report original arg value if it was shrunk. (https://github.com/scalatest/scalatestplus-scalacheck/pull/12) ScalaTest+Mockito
- Add convient methods for ArgumentCaptor. (https://github.com/scalatest/scalatestplus-mockito/pull/27)
- Upgraded Mockito version to 5.12 in ScalaTest+Mockito. ScalaTest+Selenium
- Upgraded Selenium version to 4.21 in ScalaTest+Selenium. ScalaTest+TestNG
- Upgraded TestNG version to 7.10 in ScalaTest+TestNG. ScalaTest+JMock
- Upgraded JMock version to 2.13 in ScalaTest+JMock. ScalaTest+EasyMock
- Upgraded EasyMock version to 5.3 in ScalaTest+EasyMock.