bisq/p2p
Steven Barclay 99f639a589
Replace MockitoSession with the Mockito test extension
Now that 'mockito-junit-jupiter' has been added to the build test
dependencies, we may replace the manual setup & tear down of a Mockito
session with the 'MockitoExtension' JUnit 5 test extension, as the old
Mockito JUnit 4 test runner was no longer available upon upgrading to
Jupiter. This slightly simplifies the tests which use '@Mock', '@Spy',
etc.
2024-02-03 02:36:31 +08:00
..
src Replace MockitoSession with the Mockito test extension 2024-02-03 02:36:31 +08:00
build.gradle p2p: Switch to 'bisq.javafx' Gradle Plugin 2023-08-04 13:04:45 +02:00